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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-23 12:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-23 12:09:18 +0300
commitdefde9698e1d87e7d8c09e487ed75675d1d67323 (patch)
treeec74808523206172b81bd83baf7dd0f579b933f0 /config
parent6520b1366e604be8c9c43f36159ecd6a5284a2b0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 7605d63fdbd..48e9b00e85d 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -300,6 +300,8 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
post 'incidents/integrations/pagerduty', to: 'incident_management/pager_duty_incidents#create'
+ resources :incidents, only: [:index]
+
namespace :error_tracking do
resources :projects, only: :index
end