mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Add basic mod_epp setup to readme
This commit is contained in:
parent
4d92a40a8d
commit
6a0a22bdc0
6 changed files with 141 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
Rails.application.routes.draw do
|
||||
namespace(:epp) do
|
||||
get 'session/:command', to: 'sessions#index', defaults: { format: :xml }
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue