Spaces:
Sleeping
Sleeping
Commit
·
a0df324
1
Parent(s):
955ef08
fixed webhook route
Browse files
app.py
CHANGED
@@ -384,7 +384,7 @@ async def get_operations():
|
|
384 |
|
385 |
|
386 |
|
387 |
-
@app.post("/
|
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
|