Add healthcheck endpoint
This commit is contained in:
@@ -149,6 +149,7 @@ async def ping() -> dict[str, str]:
|
||||
}
|
||||
|
||||
|
||||
@app.get('/healthcheck')
|
||||
@app.get('/health')
|
||||
async def health() -> dict[str, str]:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user