diff --git a/app/main.py b/app/main.py index 5e6bf52..4e2fd5d 100644 --- a/app/main.py +++ b/app/main.py @@ -29,7 +29,7 @@ @app.get("/") async def root(): - return {"message": "Saburo FastAPI application is running", "status": "ok"} + return {"status": "ok"} @app.get("/health") async def health_check():