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-07-15 15:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 15:09:01 +0300
commit01d2d6c8695d03440d68b262806f709b57da63b4 (patch)
tree2c01be0f6bc018df88062107b42d4b9a6289f8de /config/routes.rb
parent32e53ae7d739e9457ef81ba4a441a3acb4446240 (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 c1cb5a2a26f..45df5593bd8 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -222,6 +222,7 @@ Rails.application.routes.draw do
draw :snippets
draw :profile
+ draw :members
# Product analytics collector
match '/collector/i', to: ProductAnalytics::CollectorApp.new, via: :all