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>2020-05-21 12:08:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 12:08:04 +0300
commit7379b60d2c1bdb0368908ecf99e270264d0eecd4 (patch)
tree3552171d6de340892e48fb6da96835081bce8bc8 /config/routes
parent8f306a7dc503ae0fed4acebc528f2bc2030dad83 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/import.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes/import.rb b/config/routes/import.rb
index 57a1fab48e9..e24b5f05847 100644
--- a/config/routes/import.rb
+++ b/config/routes/import.rb
@@ -63,6 +63,10 @@ namespace :import do
post :authorize
end
+ resource :gitlab_group, only: [:create] do
+ post :authorize
+ end
+
resource :manifest, only: [:create, :new], controller: :manifest do
get :status
get :jobs