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
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-27 12:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-27 12:09:42 +0300
commit43b35a88ca54379d8df4dad84b5a84f9eecae3f2 (patch)
treec05f56f7663a268f437c738558168c3915cce143 /config
parent90cd3934092f58d570ab8b5014189d257505bfc6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index a08803fd1d8..5dda803cdfe 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -306,6 +306,13 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resources :projects, only: :index
end
+ resources :product_analytics, only: [:index] do
+ collection do
+ get :setup
+ get :test
+ end
+ end
+
resources :error_tracking, only: [:index], controller: :error_tracking do
collection do
get ':issue_id/details',