mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-17 00:45:08 +00:00
skip authenticity check on hooks controller
This commit is contained in:
parent
431279a4f7
commit
0856381fbe
@ -2,6 +2,8 @@
|
||||
|
||||
module DiscourseSubscriptions
|
||||
class HooksController < ::ApplicationController
|
||||
skip_before_action :verify_authenticity_token, only: [:create]
|
||||
|
||||
def create
|
||||
head 200
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user