fixing wrong http method

This commit is contained in:
Andrea Mannocci 2020-07-08 11:51:05 +02:00
parent 46b4b18681
commit d9bb11e428
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def query_get(q='*', s:int=0, i=None):
log.error(e)
@app.push('/api/webhook')
@app.post('/api/webhook')
def on_git_push():
log.info('Executing webhook for Gitea')
try: