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:
authorRobert Speicher <robert@gitlab.com>2018-03-20 00:27:11 +0300
committerRobert Speicher <robert@gitlab.com>2018-03-20 00:27:11 +0300
commit956bd6a45861dccc40591e02cf36e895a6fc4f5b (patch)
tree204b51914ffd00e75b042eaf26b0ab76d08bc1f7 /config
parent09ae0071da1e0284a7757153da977516c385118d (diff)
parenta200619d14bf1d90c21503ec358a30ca84d5337f (diff)
Merge branch 'ajax-requests-in-performance-bar' into 'master'
Show Ajax requests in performance bar Closes #43925 See merge request gitlab-org/gitlab-ce!17742
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 35fd76fb119..8769f433c39 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -44,7 +44,7 @@ Rails.application.routes.draw do
get 'readiness' => 'health#readiness'
post 'storage_check' => 'health#storage_check'
resources :metrics, only: [:index]
- mount Peek::Railtie => '/peek'
+ mount Peek::Railtie => '/peek', as: 'peek_routes'
# Boards resources shared between group and projects
resources :boards, only: [] do