mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
revert skip authorization for errors
This commit is contained in:
parent
a37f4b2e6a
commit
21b7b4a2e1
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
class Epp::ErrorsController < EppController
|
class Epp::ErrorsController < EppController
|
||||||
|
skip_authorization_check
|
||||||
|
|
||||||
def error
|
def error
|
||||||
epp_errors << { code: params[:code], msg: params[:msg] }
|
epp_errors << { code: params[:code], msg: params[:msg] }
|
||||||
render_epp_response '/epp/error'
|
render_epp_response '/epp/error'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue