summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes')
-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 8b17e28de3a..c028af30263 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -315,8 +315,8 @@ constraints(ProjectUrlConstrainer.new) do
end
namespace :settings do
resource :members, only: [:show]
+ resource :ci_cd_pipelines, only: [:show]
resource :integrations, only: [:show]
- resource :pipelines, only: [:show]
end
# Since both wiki and repository routing contains wildcard characters