From 07dc19553c0ea0233696712fe691035dbb105b21 Mon Sep 17 00:00:00 2001 From: ARISA1115 Date: Sun, 1 Jun 2025 15:42:48 +0900 Subject: [PATCH] =?UTF-8?q?[fix]404=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92?= =?UTF-8?q?=E8=A7=A3=E6=B6=88=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():