Commit daa9369a authored by madhuri.penikalapati's avatar madhuri.penikalapati

Update main.py

parent 1b8f1844
......@@ -6,7 +6,7 @@ app = FastAPI()
@app.get("/")
def read_root():
return {"message": "Hello, World!"}
return {"message": "Hello, World!!!"}
if __name__ == "__main__":
bind = "0.0.0.0" # Change this to your desired bind address (e.g., "127.0.0.1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment