shikibu9419 commited on
Commit
833d26b
·
1 Parent(s): edace80
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,9 +21,9 @@ app = FastAPI()
21
  # supports_credentials=True
22
  # )
23
 
24
- @app.get("/")
25
  def read_root():
26
- return {"Hello": "World!"}
27
 
28
 
29
  # @app.route('/api/process', methods=['POST'])
 
21
  # supports_credentials=True
22
  # )
23
 
24
+ @app.get("/api/health_check")
25
  def read_root():
26
+ return {"status": "ok"}
27
 
28
 
29
  # @app.route('/api/process', methods=['POST'])