fgu_sso_login/app/controllers/sso_login_api/application_controller.rb

6 lines
126 B
Ruby

module SsoLoginApi
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end
end