Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,6 @@ async def convert_srt(
|
|
| 132 |
def health_check():
|
| 133 |
return {"status": "healthy"}
|
| 134 |
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
# return {"message": "running!"}
|
|
|
|
| 132 |
def health_check():
|
| 133 |
return {"status": "healthy"}
|
| 134 |
|
| 135 |
+
@app.get("/home")
|
| 136 |
+
def home():
|
| 137 |
+
return {"message": "running!"}
|
|
|