mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Add Public APIs for API Channel (#2375)
This commit is contained in:
@@ -85,4 +85,7 @@ Rails.application.configure do
|
||||
resource '*', headers: :any, methods: :any, expose: ['access-token', 'client', 'uid', 'expiry']
|
||||
end
|
||||
end
|
||||
|
||||
# ref : https://medium.com/@emikaijuin/connecting-to-action-cable-without-rails-d39a8aaa52d5
|
||||
config.action_cable.disable_request_forgery_protection = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user