diff --git a/app/controllers/hooks_controller.rb b/app/controllers/hooks_controller.rb index 926f01d..eeeb32b 100644 --- a/app/controllers/hooks_controller.rb +++ b/app/controllers/hooks_controller.rb @@ -2,6 +2,8 @@ module DiscourseSubscriptions class HooksController < ::ApplicationController + skip_before_action :verify_authenticity_token, only: [:create] + def create head 200 end