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-22 00:10:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-22 00:10:16 +0300
commit6333a892f50d882f007497fd5512a740ba1020e5 (patch)
treed24e3699301fb3ee362bd3eeb6eb740067365a51 /config
parent779672e43b60e1b853d4581493c4838b775de83f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 73e4ed2fb8b..0665345a24e 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -30,12 +30,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
scope '-' do
get 'archive/*id', format: true, constraints: { format: Gitlab::PathRegex.archive_formats_regex, id: /.+?/ }, to: 'repositories#archive', as: 'archive'
- namespace :metrics, module: :metrics do
- namespace :dashboards do
- post :builder, to: 'builder#panel_preview'
- end
- end
-
namespace :security do
resource :configuration, only: [:show], controller: :configuration do
resource :sast, only: [:show], controller: :sast_configuration