mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Add epp log view
This commit is contained in:
parent
360c2d3db8
commit
0544dbd3ff
13 changed files with 114 additions and 16 deletions
|
@ -4,6 +4,6 @@ class Epp::ErrorsController < ApplicationController
|
|||
|
||||
def error
|
||||
epp_errors << { code: params[:code], msg: params[:msg] }
|
||||
render '/epp/error'
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue