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 16:54:28 +0300
commit00b5f5475f7f35620d01033711cdb8e2f5fff5c8 (patch)
tree128cc055ea7a8233ca23b0b78fd2a7dc646d063b /config
parent702a09c18365cbaa88edb8396339a61a73f29d23 (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 1102ef6b017..824ef47cda3 100644
--- a/config/routes/instance_statistics.rb
+++ b/config/routes/instance_statistics.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
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