z2learn commited on
Commit
aa40a2c
·
verified ·
1 Parent(s): d02da21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -132,7 +132,6 @@ async def convert_srt(
132
  def health_check():
133
  return {"status": "healthy"}
134
 
135
- # Optionally, if you want a second endpoint, use a different path:
136
- # @app.get("/home")
137
- # def home():
138
- # return {"message": "running!"}
 
132
  def health_check():
133
  return {"status": "healthy"}
134
 
135
+ @app.get("/home")
136
+ def home():
137
+ return {"message": "running!"}