fix: rollback main

This commit is contained in:
2026-06-29 10:45:48 +03:00
parent 34fbf2e03a
commit b87db7f864

View File

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