Ron Au commited on
Commit
24eb369
1 Parent(s): 0efceff
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ def process_task(task_id):
67
  process_task(queued_tasks[0]["task_id"])
68
 
69
 
 
70
  @app.get('/')
71
  def index():
72
  return {"test": "content"}
 
67
  process_task(queued_tasks[0]["task_id"])
68
 
69
 
70
+ @app.head('/')
71
  @app.get('/')
72
  def index():
73
  return {"test": "content"}