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:
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 3e210a75df5..3eddd3c2a0e 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -65,7 +65,7 @@ constraints(ProjectUrlConstrainer.new) do
end
resources :mattermost, only: [:new] do
- member do
+ collection do
post :configure
end
end