Skip to content

Commit 5c60a50

Browse files
committed
Increase compatability with different configs.
1 parent cb25450 commit 5c60a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/controllers/hasura_handler/application_controller.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module HasuraHandler
22
class ApplicationController < ActionController::API
3+
def protect_against_forgery?
4+
false
5+
end
6+
37
private
48

59
def check_header

0 commit comments

Comments
 (0)