diff options
Diffstat (limited to 'config/routes/project.rb')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index c24893f4cd5..8b17e28de3a 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -316,6 +316,7 @@ constraints(ProjectUrlConstrainer.new) do namespace :settings do resource :members, only: [:show] resource :integrations, only: [:show] + resource :pipelines, only: [:show] end # Since both wiki and repository routing contains wildcard characters |