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-06-04 15:08:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-04 15:08:21 +0300
commit63546c0b11e768f1a82dee9507f27bd31a9fc460 (patch)
tree7284dadf385aa01a69c319dfb3566873e434df18 /config/routes
parentb3ce1ce45218454cc3f8b719d7748f8a467f36a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/admin.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index fa357220d2f..f3b7fb5ed45 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -118,7 +118,6 @@ namespace :admin do
resources :services, only: [:index, :edit, :update]
resources :integrations, only: [:edit, :update] do
member do
- get :custom_integration_projects
put :test
end
end