Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 06:11:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 06:11:19 +0300
commitef354fba59ddfcebdb2f539064e55d95d27e15b8 (patch)
tree638b383fdfffdef25522a50036f3532bdd6636d2 /config/routes.rb
parentff92da4f3468c342862dbcd5b69c01e86e2bcc3d (diff)
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 9fdd2a70417..892980422a3 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -221,6 +221,7 @@ Rails.application.routes.draw do
draw :snippets
draw :profile
+ draw :members
# Product analytics collector
match '/collector/i', to: ProductAnalytics::CollectorApp.new, via: :all