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

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ def delete_task(task_id):
104
  # Health endpoints (unchanged)
105
  # ----------------------------------------------------------------------
106
  @app.route("/", methods=["GET"])
 
107
  def index():
108
  return "Task API is running."
109
 
 
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