diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-19 09:08:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-19 09:08:42 +0000 |
commit | b76ae638462ab0f673e5915986070518dd3f9ad3 (patch) | |
tree | bdab0533383b52873be0ec0eb4d3c66598ff8b91 /config/routes.rb | |
parent | 434373eabe7b4be9593d18a585fb763f1e5f1a6f (diff) | |
download | gitlab-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.rb | 7 |
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 |