Commit 5c1803ef authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add "-" to project wildcard routes

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent ccf197aa
...@@ -80,6 +80,7 @@ module Gitlab ...@@ -80,6 +80,7 @@ module Gitlab
# By rejecting `badges` the router can _count_ on the fact that `badges` will # By rejecting `badges` the router can _count_ on the fact that `badges` will
# be preceded by the `namespace/project`. # be preceded by the `namespace/project`.
PROJECT_WILDCARD_ROUTES = %w[ PROJECT_WILDCARD_ROUTES = %w[
-
badges badges
blame blame
blob blob
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment