From 335cce90dc2ee0574a364796415f18696fd71640 Mon Sep 17 00:00:00 2001 From: aa35037123 Date: Wed, 15 May 2024 19:57:52 +0800 Subject: [PATCH] docs: add comment of / api --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e758959..0e14b2d 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ app = FastAPI() - +# API for the initail page @app.get("/") def read_root(): return {"Hello": "World"}