summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-22 11:08:23 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-22 11:08:23 +0100
commit68a2fa54dedcdbe893ec811413d1703e5f6ac2dc (patch)
tree0bd3a9be254a983cb49c2c0d0894bb88c97c2005 /config/routes
parentc64d36306cafac463f20d49e750f397a9b32960b (diff)
downloadgitlab-ce-68a2fa54dedcdbe893ec811413d1703e5f6ac2dc.tar.gz
Remove out-of-scope changes for multi-level images
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/admin.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index fcbe2e2c435..486ce3c5c87 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -63,7 +63,6 @@ namespace :admin do
resource :background_jobs, controller: 'background_jobs', only: [:show]
resource :system_info, controller: 'system_info', only: [:show]
resources :requests_profiles, only: [:index, :show], param: :name, constraints: { name: /.+\.html/ }
- resource :container_registry, controller: 'container_registry', only: [:show]
resources :projects, only: [:index]
@@ -94,7 +93,6 @@ namespace :admin do
resources :services, only: [:index, :edit, :update]
put :reset_runners_token
put :reset_health_check_token
- put :reset_container_registry_token
put :clear_repository_check_states
end