diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-06 12:11:14 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-06 12:11:14 +0000 |
commit | ab7ca19e6844c37a715e378801409e297fd51512 (patch) | |
tree | cc09891376cf53f63fd17bb6f739295620cf1ac1 /config/routes.rb | |
parent | aea64c367b180ea549aa115d8312b7c1832bc0b3 (diff) | |
download | gitlab-ce-ab7ca19e6844c37a715e378801409e297fd51512.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 892980422a3..c5f91ee4020 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -68,6 +68,9 @@ Rails.application.routes.draw do Gitlab.ee do resources :groups, only: [:new, :create] resources :projects, only: [:new, :create] + resources :groups_projects, only: [:new, :create] do + post :import, on: :collection + end end end |