JoeMiNot commited on
Commit
8c19b02
·
1 Parent(s): 99fa894
Files changed (2) hide show
  1. __pycache__/app.cpython-39.pyc +0 -0
  2. app.py +4 -4
__pycache__/app.cpython-39.pyc CHANGED
Binary files a/__pycache__/app.cpython-39.pyc and b/__pycache__/app.cpython-39.pyc differ
 
app.py CHANGED
@@ -4,8 +4,8 @@ app = FastAPI()
4
 
5
  @app.get("/")
6
  def root():
7
- return {"Hello": "World!"}
8
 
9
- @app.get("/greet")
10
- def greet_json():
11
- return {"Greet": "Again!"}
 
4
 
5
  @app.get("/")
6
  def root():
7
+ return {"Great!": "World!"}
8
 
9
+ # @app.get("/greet")
10
+ # def greet_json():
11
+ # return {"Greet": "Again!"}