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
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/gcp.rb13
-rw-r--r--config/routes/project.rb1
2 files changed, 0 insertions, 14 deletions
diff --git a/config/routes/gcp.rb b/config/routes/gcp.rb
deleted file mode 100644
index b5e7c561782..00000000000
--- a/config/routes/gcp.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-# All routing related to gcp
-# that is already under /-/ scope only
-
-scope format: false do
- namespace :gcp do
- namespace :artifact_registry do
- resources :docker_images, only: :index
- resources :setup, only: :new
- end
- end
-end
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 23733bbe821..c8d81535da8 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -408,7 +408,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
# its preferable to keep it below all other project routes
draw :repository
draw :wiki
- draw :gcp
namespace :import do
resource :jira, only: [:show], controller: :jira