summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
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