Remove unused routes

This commit is contained in:
Artur Beljajev 2019-10-01 12:43:10 +03:00
parent 958e370650
commit 9e5fdbcf11
5 changed files with 1 additions and 12 deletions

View file

@ -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