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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 18:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 18:09:42 +0300
commitf5f72042cbd7cf07f6a621de495f053d576fa752 (patch)
tree267aaf3ee2225ab4468b30ca4ac5d5e8648fc635 /config/routes.rb
parente9570ea27e2dc549962b9b318af369e9363fd1c4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 3a09bf4b136..cf5476b0c77 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -66,11 +66,6 @@ InitializerConnections.raise_if_new_database_connection do
Gitlab.ee do
resource :company, only: [:new, :create], controller: 'company'
- # TODO: remove next line and the controller after the deployment
- # https://gitlab.com/gitlab-org/gitlab/-/issues/411208
- resources :groups_projects, only: [:create] do
- post :import, on: :collection
- end
resources :groups, only: [:new, :create] do
post :import, on: :collection
end