JoeMiNot commited on
Commit
28fbf23
·
verified ·
1 Parent(s): bd539cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ app = FastAPI()
4
 
5
  @app.get("/")
6
  def root():
7
- return {"Hello": "World!"}
8
 
9
  @app.post("/greet")
10
  def greet(data:dict):
 
4
 
5
  @app.get("/")
6
  def root():
7
+ return {"App": "Started"}
8
 
9
  @app.post("/greet")
10
  def greet(data:dict):