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}")