From 1a90baa13ae875677adccebb45c6834805dd9af9 Mon Sep 17 00:00:00 2001 From: Aishwarya Subramanian Date: Tue, 27 Aug 2019 03:46:03 +0530 Subject: Modified route to nest under - --- config/routes.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 3cdb0328604..c333550f758 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -110,6 +110,7 @@ Rails.application.routes.draw do draw :smartcard draw :jira_connect draw :username + draw :trial_registration end Gitlab.ee do @@ -188,10 +189,6 @@ Rails.application.routes.draw do draw :user draw :project - Gitlab.ee do - draw :trial_registration - end - root to: "root#index" get '*unmatched_route', to: 'application#route_not_found' -- cgit v1.2.1