fix: rollback commit develop

This commit is contained in:
2026-06-29 10:59:19 +03:00
parent f839dca134
commit 3de1806079

View File

@@ -142,9 +142,3 @@ async def ping() -> dict[str, str]:
'message': 'pong', 'message': 'pong',
'status': 'ok', 'status': 'ok',
} }
@app.get('/health')
async def health() -> dict[str, str]:
return {
'status': 'ok',
}