vumichien commited on
Commit
f0e19fc
·
1 Parent(s): f787cd1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,4 +38,4 @@ app = FastAPI()
38
 
39
  @app.get("/")
40
  def read_root():
41
- return {"Hello": "World!"}
 
38
 
39
  @app.get("/")
40
  def read_root():
41
+ return {"Message": "Application startup complete"}