Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-31 15:07:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-31 15:07:02 +0300
commit74ecf758e30be848144df1672b5080a29fafbc0a (patch)
tree0bc719293526a2384b9db6638d42d49f1f5c9c9c /config
parent26d2324ac136c7a28235789ff9a0b2974b5f7c7b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 5831d5d331d..b514830e438 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -337,14 +337,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
end
- namespace :performance_monitoring do
- resources :dashboards, only: [:create] do
- collection do
- put '/:file_name', to: 'dashboards#update', constraints: { file_name: /.+\.yml/ }
- end
- end
- end
-
resources :alert_management, only: [:index] do
member do
get 'details(/*page)', to: 'alert_management#details', as: 'details'