Skip to content

Commit

Permalink
shut off CSRF
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungHypo committed Dec 7, 2024
1 parent 4bc7972 commit 261a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ApplicationController < ActionController::Base
protect_from_forgery with: :null_session
skip_forgery_protection

private

Expand Down

0 comments on commit 261a45d

Please sign in to comment.