LucaR84 commited on
Commit
3e3c51d
·
verified ·
1 Parent(s): f083b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ app = FastAPI()
4
 
5
  @app.get("/health")
6
  def greet_json():
7
- return {"Hello": "World!"}
 
4
 
5
  @app.get("/health")
6
  def greet_json():
7
+ return {"msg": "ok"}