changed app to accept calls directly to root

This commit is contained in:
brb
2023-07-13 12:24:23 +02:00
parent cd636cce20
commit 730717fc3b
+1 -1
View File
@@ -38,7 +38,7 @@ async def test(request: Request):
) )
@app.post('/event') @app.post('/')
def handle_event(request: GiteaRequest): def handle_event(request: GiteaRequest):
""" Handle event from webhook. """ """ Handle event from webhook. """
# extract information # extract information