diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-10 18:08:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-10 18:08:54 +0000 |
commit | c596046be917b250019fdfb509be85cfb48df152 (patch) | |
tree | 2c3716f6f70b42e0683022269a13117704d85d15 /config/routes.rb | |
parent | 9afe9ca576408a1145b6250d9493032fe65255ae (diff) | |
download | gitlab-ce-c596046be917b250019fdfb509be85cfb48df152.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 481189c97c0..0512b7ca132 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -70,8 +70,8 @@ Rails.application.routes.draw do # Use this scope for all new global routes. scope path: '-' do # remove in 13.5 - get '/instance_statistics', to: redirect('admin/dev_ops_score') - get '/instance_statistics/dev_ops_score', to: redirect('admin/dev_ops_score') + get '/instance_statistics', to: redirect('admin/dev_ops_report') + get '/instance_statistics/dev_ops_score', to: redirect('admin/dev_ops_report') get '/instance_statistics/cohorts', to: redirect('admin/cohorts') # Autocomplete get '/autocomplete/users' => 'autocomplete#users' |