summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 12:11:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 12:11:06 +0000
commit6180f62ab34662c64103872b8352b25817b73a8d (patch)
tree2d7f30b845726fb0bff9ee191c11996c04c22c2c /config/routes.rb
parent2e2db606cc7547b445a11c367d8db6f5feb42443 (diff)
downloadgitlab-ce-6180f62ab34662c64103872b8352b25817b73a8d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/routes.rb b/config/routes.rb
index eec3bb944fb..af1ecc687e0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -61,11 +61,7 @@ InitializerConnections.with_disabled_database_connections do
# Sign up
scope path: '/users/sign_up', module: :registrations, as: :users_sign_up do
- resource :welcome, only: [:show, :update], controller: 'welcome' do
- Gitlab.ee do
- get :continuous_onboarding_getting_started, on: :collection
- end
- end
+ resource :welcome, only: [:show, :update], controller: 'welcome'
Gitlab.ee do
resource :company, only: [:new, :create], controller: 'company'