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