mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +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
|
||||
skip_authorization_check
|
||||
|
||||
def error
|
||||
epp_errors << { code: params[:code], msg: params[:msg] }
|
||||
render_epp_response '/epp/error'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue