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-04-29 09:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-29 09:09:48 +0300
commit2f0a7423ed75cdf30f5bcb9d3642f06d130b53b1 (patch)
treefd29280d7cb589d3027bd4ae831a1cb2bff5666a /config/routes
parent8574de998fbefb1d846baddc80c88e9b2dc56c72 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index cdbdfa0a943..864750d228f 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -277,7 +277,9 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
end
- resources :alert_management, only: [:index], controller: :alert_management
+ resources :alert_management, only: [:index] do
+ get 'details', on: :member
+ end
namespace :error_tracking do
resources :projects, only: :index