mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
added profile pghero
This commit is contained in:
parent
97c7e13cfc
commit
7e188a3d36
5 changed files with 108 additions and 13 deletions
|
@ -5,6 +5,12 @@ Rails.application.routes.draw do
|
|||
get 'practice/index'
|
||||
get 'practice/contact'
|
||||
# https://github.com/internetee/epp_proxy#translation-of-epp-calls
|
||||
#
|
||||
# profiles
|
||||
if Rails.env.development? || Rails.env.staging?
|
||||
mount PgHero::Engine, at: "pghero"
|
||||
end
|
||||
|
||||
namespace :epp do
|
||||
constraints(EppConstraint.new(:session)) do
|
||||
get 'session/hello', to: 'sessions#hello', as: 'hello'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue