diff options
Diffstat (limited to 'config/routes/project.rb')
-rw-r--r-- | config/routes/project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 056289a72db..3dd34083c44 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -615,7 +615,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do end # Since both wiki and repository routing contains wildcard characters - # its preferable to keep it below all other project routes + # its preferable to keep them below all other project routes draw :wiki draw :repository |