myyim commited on
Commit
7db53e4
·
verified ·
1 Parent(s): 70c619b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -2
main.py CHANGED
@@ -3,5 +3,6 @@ from fastapi import FastAPI
3
  app = FastAPI()
4
 
5
  @app.get("/")
6
- def read_root():
7
- return "Testing"#{"Hello": "World!"}
 
 
3
  app = FastAPI()
4
 
5
  @app.get("/")
6
+ #def read_root():
7
+ def read_roo():
8
+ return {"Hello": "World!"}