summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-15 06:07:25 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-15 06:07:25 +0000
commit00050519d16f7c0296fa0113de7065a607862501 (patch)
tree9c7ef6b2be04e0c0167952beae22a5648e02ae93 /config/routes.rb
parent94be244a9fb5da7a8b5d5fb99e5760cde17715ac (diff)
downloadgitlab-ce-00050519d16f7c0296fa0113de7065a607862501.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4319431ed48..f3dd43f78a9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -145,6 +145,7 @@ Rails.application.routes.draw do
get :metrics, format: :json
get :metrics_dashboard
get :'/prometheus/api/v1/*proxy_path', to: 'clusters#prometheus_proxy', as: :prometheus_api
+ get :environments, format: :json
end
scope :applications do