VenkatesaPerumal commited on
Commit
a0df324
·
1 Parent(s): 955ef08

fixed webhook route

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ async def get_operations():
384
 
385
 
386
 
387
- @app.post("/Webhook")
388
  async def webhook_handler(request:Request, background_tasks:BackgroundTasks):
389
  """
390
  Handle incoming webhooks from Hugging Face Hub
 
384
 
385
 
386
 
387
+ @app.post("/webhook")
388
  async def webhook_handler(request:Request, background_tasks:BackgroundTasks):
389
  """
390
  Handle incoming webhooks from Hugging Face Hub