Cristobal299 commited on
Commit
efb2d13
·
verified ·
1 Parent(s): 2bd4426

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("/Tester", methods=["GET"])
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