diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-07-25 17:36:08 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-07-27 15:54:28 +0200 |
commit | 00b5f5475f7f35620d01033711cdb8e2f5fff5c8 (patch) | |
tree | 128cc055ea7a8233ca23b0b78fd2a7dc646d063b /config/routes | |
parent | 702a09c18365cbaa88edb8396339a61a73f29d23 (diff) | |
download | gitlab-ce-00b5f5475f7f35620d01033711cdb8e2f5fff5c8.tar.gz |
Spec instance statistics
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/instance_statistics.rb | 2 |
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 |