diff --git a/src/main.py b/src/main.py index f19d39f..a5703af 100644 --- a/src/main.py +++ b/src/main.py @@ -164,6 +164,7 @@ async def ping() -> dict[str, str]: 'status': 'ok', } +@app.get('/healthcheck') @app.get('/health') async def health() -> dict[str, str]: return {