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:
authorMartin Wortschack <mwortschack@gitlab.com>2018-09-05 10:51:50 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2018-09-05 10:51:50 +0300
commitcc05ab032a8722fae6896db7c1c234468a6ac909 (patch)
tree76ab3542828a59225baea137fe1a8b78df718aaa /config
parent3bb720ef65e9678b96decd6815838054189f6f68 (diff)
adds 'Geo' sub page to application settings
Diffstat (limited to 'config')
-rw-r--r--config/routes/admin.rb2
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