change health report
This commit is contained in:
@@ -9,7 +9,7 @@ def create_app() -> FastAPI:
|
|||||||
|
|
||||||
@app.get('/health')
|
@app.get('/health')
|
||||||
async def health() -> str:
|
async def health() -> str:
|
||||||
return 'ok'
|
return '{"status":"OK"}'
|
||||||
|
|
||||||
|
|
||||||
from personal_info.routers import persons, addresses, documents, contacts
|
from personal_info.routers import persons, addresses, documents, contacts
|
||||||
|
|||||||
Reference in New Issue
Block a user