From bccd3d51c16c17c354ff940331e150b4bb3c2a2d Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Thu, 19 Aug 2021 10:41:27 +0300 Subject: [PATCH] changes paths in routes --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index e69e5affe..e64c78ba5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,6 +2,8 @@ require_dependency 'epp_constraint' require 'sidekiq/web' Rails.application.routes.draw do + get 'practice/index' + get 'practice/contact' # https://github.com/internetee/epp_proxy#translation-of-epp-calls namespace :epp do constraints(EppConstraint.new(:session)) do