summaryrefslogtreecommitdiff
path: root/config/routes/project.rb
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2016-12-30 11:30:25 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-18 15:19:35 -0600
commit9f0d794513d2ce1c990e61f4d21efe1dcad845fd (patch)
tree7a7b11f5ce6b42977855ef25fa87aec1a272a244 /config/routes/project.rb
parent61b6643eae98640a7ea73152f0e8b1cde6e27386 (diff)
downloadgitlab-ce-9f0d794513d2ce1c990e61f4d21efe1dcad845fd.tar.gz
Moved the webhooks and services gear options to a single one called integrations
Diffstat (limited to 'config/routes/project.rb')
-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 1fc6ed28c74..6620b765e02 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -307,9 +307,9 @@ constraints(ProjectUrlConstrainer.new) do
end
end
end
-
namespace :settings do
resource :members, only: [:show]
+ resource :integrations, only: [:show]
end
# Since both wiki and repository routing contains wildcard characters