diff --git a/app/controllers/epp/errors_controller.rb b/app/controllers/epp/errors_controller.rb index 1d665b9cc..05618f5f7 100644 --- a/app/controllers/epp/errors_controller.rb +++ b/app/controllers/epp/errors_controller.rb @@ -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'