Skip to content

Commit

Permalink
Respond with 202 status code (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Mar 7, 2024
1 parent b5d844b commit 3119c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def webhook_notifications():
# invalid hmac: do not send [accepted] response
raise Exception("Invalid HMAC signature")

return '[accepted]'
return '', 202

@app.route('/favicon.ico')
def favicon():
Expand Down

0 comments on commit 3119c9e

Please sign in to comment.