Skip to content

Commit

Permalink
fix: Fix webhook post route
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jun 23, 2024
1 parent 344302c commit ada8810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blueprints/webhook/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
WEBHOOK_TOKEN = os.getenv('WEBHOOK_TOKEN')


@webhook_bp.route('/webhook/deploy', methods=['GET'])
@webhook_bp.route('/webhook/deploy', methods=['POST'])
def deploy():

token = request.headers.get('Authorization')
Expand Down

0 comments on commit ada8810

Please sign in to comment.