Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ def delete_task(task_id):
|
|
| 104 |
# Health endpoints (unchanged)
|
| 105 |
# ----------------------------------------------------------------------
|
| 106 |
@app.route("/", methods=["GET"])
|
| 107 |
-
@app.route("/
|
| 108 |
def index():
|
| 109 |
return "Task API is running."
|
| 110 |
|
|
|
|
| 104 |
# Health endpoints (unchanged)
|
| 105 |
# ----------------------------------------------------------------------
|
| 106 |
@app.route("/", methods=["GET"])
|
| 107 |
+
@app.route("/test", methods=["GET"])
|
| 108 |
def index():
|
| 109 |
return "Task API is running."
|
| 110 |
|