mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
Apache SSL configuration, basic tests for Registry app via mod_epp
This commit is contained in:
parent
3d84d37219
commit
7d4142abc2
10 changed files with 172 additions and 64 deletions
|
@ -1,7 +1,6 @@
|
|||
Rails.application.routes.draw do
|
||||
namespace(:epp) do
|
||||
get 'session/hello', to: 'sessions#greeting', defaults: { format: :xml }
|
||||
post 'session/:command', to: 'sessions#proxy', defaults: { format: :xml }
|
||||
match 'session/:command', to: 'sessions#proxy', defaults: { format: :xml }, via: [:get, :post]
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue