skip authenticity check on hooks controller
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
module DiscourseSubscriptions
|
||||
class HooksController < ::ApplicationController
|
||||
skip_before_action :verify_authenticity_token, only: [:create]
|
||||
|
||||
def create
|
||||
head 200
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user