Readme update

This commit is contained in:
Martin Lensment 2014-06-18 15:33:05 +03:00
parent 6a0a22bdc0
commit 3bedf17d9a
4 changed files with 69 additions and 4 deletions

View file

@ -1,6 +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 }
end
# The priority is based upon order of creation: first created -> highest priority.