mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
changes paths in routes
This commit is contained in:
parent
17850b53d7
commit
bccd3d51c1
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ require_dependency 'epp_constraint'
|
||||||
require 'sidekiq/web'
|
require 'sidekiq/web'
|
||||||
|
|
||||||
Rails.application.routes.draw do
|
Rails.application.routes.draw do
|
||||||
|
get 'practice/index'
|
||||||
|
get 'practice/contact'
|
||||||
# https://github.com/internetee/epp_proxy#translation-of-epp-calls
|
# https://github.com/internetee/epp_proxy#translation-of-epp-calls
|
||||||
namespace :epp do
|
namespace :epp do
|
||||||
constraints(EppConstraint.new(:session)) do
|
constraints(EppConstraint.new(:session)) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue