diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2018-09-05 09:51:50 +0200 |
---|---|---|
committer | Martin Wortschack <mwortschack@gitlab.com> | 2018-09-05 09:51:50 +0200 |
commit | cc05ab032a8722fae6896db7c1c234468a6ac909 (patch) | |
tree | 76ab3542828a59225baea137fe1a8b78df718aaa /config/routes | |
parent | 3bb720ef65e9678b96decd6815838054189f6f68 (diff) | |
download | gitlab-ce-cc05ab032a8722fae6896db7c1c234468a6ac909.tar.gz |
adds 'Geo' sub page to application settings
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/admin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb index 4aa56837587..7489b01ded6 100644 --- a/config/routes/admin.rb +++ b/config/routes/admin.rb @@ -110,7 +110,7 @@ namespace :admin do put :reset_runners_token put :reset_health_check_token put :clear_repository_check_states - get :integrations, :repository, :templates, :ci_cd, :reporting, :metrics_and_profiling, :network, :preferences + get :integrations, :repository, :templates, :ci_cd, :reporting, :metrics_and_profiling, :network, :geo, :preferences end resources :labels |