Refactors Services and API Endpoints

This commit is contained in:
2024-05-20 22:36:42 -03:00
parent aeaa45bde6
commit 83f531c2d7
16 changed files with 172 additions and 120 deletions

View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class HealthCheckResponse(BaseModel):
status: str