summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-17 12:16:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-17 12:16:21 +0000
commit5d92a0af93588db9c6bef9ab5d81b73daebc782a (patch)
treec77e1c9c1a80e91de5d3e04c48d5082a971920be /config/routes.rb
parent4a52a162d1b5c7dfe7b0ef90f42fd39e4bb2a863 (diff)
downloadgitlab-ce-5d92a0af93588db9c6bef9ab5d81b73daebc782a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 6aa5e0a6869..b02c1380c7e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -72,6 +72,7 @@ Rails.application.routes.draw do
resources :groups_projects, only: [:new, :create] do
post :import, on: :collection
end
+ draw :verification
end
end