diff --git a/app/controllers/epp/base_controller.rb b/app/controllers/epp/base_controller.rb index 4c099730f..b8d73f8da 100644 --- a/app/controllers/epp/base_controller.rb +++ b/app/controllers/epp/base_controller.rb @@ -1,7 +1,7 @@ module Epp class BaseController < ActionController::Base class AuthorizationError < StandardError; end - + skip_before_action :verify_authenticity_token check_authorization layout false