diff options
author | Reuben Pereira <rpereira@gitlab.com> | 2019-01-09 21:04:27 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-01-09 21:04:27 +0000 |
commit | d69074fc722351fef313b09255a7e734c01618ac (patch) | |
tree | c2e9c2c15bd87eac4673428be687676167f1c1f0 /config | |
parent | 47698eec4086b82047a677e218a5299f73c46109 (diff) | |
download | gitlab-ce-d69074fc722351fef313b09255a7e734c01618ac.tar.gz |
Service for calling Sentry issues api
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/project.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index cf5a57300cf..e6ecb4bc9d8 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -442,6 +442,8 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do end end + resources :error_tracking, only: [:index], controller: :error_tracking + # Since both wiki and repository routing contains wildcard characters # its preferable to keep it below all other project routes draw :wiki |