fix: rollback main
This commit is contained in:
@@ -113,9 +113,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',
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user