diff --git a/app/main.py b/app/main.py index 4b78253..f5388c8 100644 --- a/app/main.py +++ b/app/main.py @@ -82,7 +82,7 @@ async def _index(): @app.get('/-/health', summary='* Health') -async def _health(request: Request): +async def _health(): return JSONr({'status': 'up'})