mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Remove unused routes
This commit is contained in:
parent
958e370650
commit
9e5fdbcf11
5 changed files with 1 additions and 12 deletions
|
@ -6,10 +6,5 @@ module Epp
|
|||
epp_errors << { code: params[:code], msg: params[:msg] }
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
|
||||
def not_found
|
||||
epp_errors << { code: 2400, msg: t(:could_not_determine_object_type_check_xml_format_and_namespaces) }
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue