From c51d72036698c6d53602c58f09d5ddd3ed8d225b Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Thu, 19 Jan 2017 10:48:53 -0600 Subject: Added repository controller and route for the settings namespace --- config/routes/project.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/routes/project.rb b/config/routes/project.rb index 7dc7963ab88..c56c5e14384 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -325,6 +325,7 @@ constraints(ProjectUrlConstrainer.new) do resource :members, only: [:show] resource :ci_cd, only: [:show], controller: 'ci_cd' resource :integrations, only: [:show] + resource :repository, only: [:show], controller: :repository end # Since both wiki and repository routing contains wildcard characters -- cgit v1.2.1