From 36cf7e9cdc0f15f37a8d77f5bfe099b8165d1c4a Mon Sep 17 00:00:00 2001 From: fakz9 Date: Fri, 28 Jun 2024 21:08:19 +0300 Subject: [PATCH] 123 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6d7c6d9..f144d6d 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ app = FastAPI() @app.get("/") async def root(): - return {"message": "Hello World"} + return {"message": "Hello 312World"} @app.get("/hello/{name}")