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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-19 21:08:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-19 21:08:11 +0300
commitd84f18d66c1fc46f244b0f4dec8bf65b90d9882a (patch)
tree2382ce0df6d7417e93afdf113a9fd15d7b46a653 /config/routes
parentf2151c65d5826f0609a716e185893787b6375ae3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/admin.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 5809be67556..f3b7fb5ed45 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -154,6 +154,10 @@ namespace :admin do
end
end
+ namespace :ci do
+ resource :variables, only: [:show, :update]
+ end
+
concerns :clusterable
get '/dashboard/stats', to: 'dashboard#stats'