summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
commitb76ae638462ab0f673e5915986070518dd3f9ad3 (patch)
treebdab0533383b52873be0ec0eb4d3c66598ff8b91 /config/routes.rb
parent434373eabe7b4be9593d18a585fb763f1e5f1a6f (diff)
downloadgitlab-ce-b76ae638462ab0f673e5915986070518dd3f9ad3.tar.gz
Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c1cb5a2a26f..9fdd2a70417 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -67,7 +67,6 @@ Rails.application.routes.draw do
Gitlab.ee do
resources :groups, only: [:new, :create]
- resources :group_invites, only: [:new, :create]
resources :projects, only: [:new, :create]
end
end
@@ -249,12 +248,6 @@ Rails.application.routes.draw do
get :environments, format: :json
end
- scope :applications do
- post '/:application', to: 'clusters/applications#create', as: :install_applications
- patch '/:application', to: 'clusters/applications#update', as: :update_applications
- delete '/:application', to: 'clusters/applications#destroy', as: :uninstall_applications
- end
-
get :metrics_dashboard
get :'/prometheus/api/v1/*proxy_path', to: 'clusters#prometheus_proxy', as: :prometheus_api
get :cluster_status, format: :json