change health report

This commit is contained in:
kandrusyak
2023-08-24 22:48:27 +03:00
parent 522654e9b4
commit 4e69425181

View File

@@ -9,7 +9,7 @@ def create_app() -> FastAPI:
@app.get('/health')
async def health() -> str:
return 'ok'
return '{"status":"OK"}'
from personal_info.routers import persons, addresses, documents, contacts