diff options
author | Aishwarya Subramanian <asubramanian@gitlab.com> | 2019-08-27 03:46:03 +0530 |
---|---|---|
committer | Aishwarya Subramanian <asubramanian@gitlab.com> | 2019-08-27 03:46:03 +0530 |
commit | 1a90baa13ae875677adccebb45c6834805dd9af9 (patch) | |
tree | 13805fb06cdaa4ebea43b780d7ef8fb541d680ce /config/routes.rb | |
parent | ab560c72b85c521054146ea606aacf6e420694ea (diff) | |
download | gitlab-ce-1a90baa13ae875677adccebb45c6834805dd9af9.tar.gz |
Modified route to nest under -
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 5 |
1 files changed, 1 insertions, 4 deletions
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' |