diff --git a/app/controllers/webhooks_controller.rb b/app/controllers/webhooks_controller.rb index fa5ed41..05a374b 100644 --- a/app/controllers/webhooks_controller.rb +++ b/app/controllers/webhooks_controller.rb @@ -1,4 +1,5 @@ class WebhooksController < ApplicationController + skip_before_action :authenticate_user! skip_before_action :verify_authenticity_token def create