diff --git a/app/common/health.py b/app/common/health.py index f55776a9..f0e4dce3 100644 --- a/app/common/health.py +++ b/app/common/health.py @@ -5,4 +5,4 @@ @health_router.get("/health", include_in_schema=False) async def health_check(): - return {"status": "healthy"} + return {"status": "healthy"} \ No newline at end of file