mirror of
https://github.com/internetee/registry.git
synced 2025-06-02 10:48:37 +02:00
Do not check for Authenticity token in EPP
This commit is contained in:
parent
96b5eb881a
commit
19a543e184
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Epp
|
||||
class BaseController < ActionController::Base
|
||||
class AuthorizationError < StandardError; end
|
||||
|
||||
skip_before_action :verify_authenticity_token
|
||||
check_authorization
|
||||
layout false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue