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:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 3167517ab16..5a1330d01d2 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -145,11 +145,6 @@ Rails.application.routes.draw do
post :create_gcp
post :create_aws
post :authorize_aws_role
- delete :revoke_aws_role
-
- scope :aws do
- get 'api/:resource', to: 'clusters#aws_proxy', as: :aws_proxy
- end
end
member do