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
path: root/config
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-12-16 17:45:56 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-12-16 17:51:43 +0300
commit7363a7d3b5804493f86531bebb1610afb91b5293 (patch)
tree2b02129b40b30995d7f938b7e248c4e58d7e8ea1 /config
parent475a4dc34dd775147dafebcf1b4d648bf2b9aeec (diff)
Add tests for auto configure slash commands
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 4ce09b603a2..3e210a75df5 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -61,7 +61,6 @@ constraints(ProjectUrlConstrainer.new) do
resources :services, constraints: { id: /[^\/]+/ }, only: [:index, :edit, :update] do
member do
get :test
- post :configure
end
end