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:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-07-25 18:36:08 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-27 15:14:47 +0300
commit61b0e8ca0b2a1c50aeee318c7e42c40fd0816108 (patch)
treee8ee1bf5900919792526c04cf55e2b9647eb917b /config
parentfb6375a57633ba633760e5542739c544bf5595aa (diff)
Spec instance statistics
Diffstat (limited to 'config')
-rw-r--r--config/routes/instance_statistics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/instance_statistics.rb b/config/routes/instance_statistics.rb
index 725549beb7e..d8516649bc8 100644
--- a/config/routes/instance_statistics.rb
+++ b/config/routes/instance_statistics.rb
@@ -1,5 +1,5 @@
namespace :instance_statistics do
- root to: redirect('-/instance_statistics/conversational_development_index')
+ root to: redirect('/-/instance_statistics/conversational_development_index')
resources :cohorts, only: :index
resources :conversational_development_index, only: :index