summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 12:08:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 12:08:03 +0000
commit3c86701bc89302550abb9bbaa060132fdcd52480 (patch)
treeb73328cbd2de6d43afd0eb5253ec215274011dc8 /config/routes.rb
parent17ef30f3df6d3939e41e69efc7cfa3deaa08605d (diff)
downloadgitlab-ce-3c86701bc89302550abb9bbaa060132fdcd52480.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 41f06a412a3..4154c0270c6 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -234,12 +234,11 @@ Rails.application.routes.draw do
# End of the /-/ scope.
concern :clusterable do
- resources :clusters, only: [:index, :new, :show, :update, :destroy] do
+ resources :clusters, only: [:index, :show, :update, :destroy] do
collection do
get :connect
get :new_cluster_docs
post :create_user
- post :create_gcp
post :create_aws
post :authorize_aws_role
end