mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
XML builder for generating xml response files, test dummy for epp
This commit is contained in:
parent
3bedf17d9a
commit
e46cdbd6fc
7 changed files with 31 additions and 22 deletions
|
@ -1,7 +1,7 @@
|
|||
Rails.application.routes.draw do
|
||||
namespace(:epp) do
|
||||
get 'session/:command', to: 'sessions#index', defaults: { format: :xml }
|
||||
post 'session/:command', to: 'sessions#create', defaults: { format: :xml }
|
||||
get 'session/hello', to: 'sessions#greeting', defaults: { format: :xml }
|
||||
post 'session/:command', to: 'sessions#proxy', defaults: { format: :xml }
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue