diff --git a/main.py b/main.py index 66e7884..611bb46 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ @app.get("/") async def read_root(): - return {"message": "Hello, FastAPI!"} + return {"suman": "Greetings from the Asynchronous Realm of FastAPI!"} if __name__ == "__main__": import uvicorn