diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-07-04 01:08:05 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-07-07 15:35:12 +0900 |
commit | d228662fb7cfdfaea749e4b733197e3d3a9ac23b (patch) | |
tree | 5249507f83d0389bc3875f7d4644c2ea6a8d34bc | |
parent | f8a2f6f11598b6565ba2a0bb143f7d1e0f07f610 (diff) | |
download | gitlab-ce-d228662fb7cfdfaea749e4b733197e3d3a9ac23b.tar.gz |
Add dash for GROUP_ROUTES
-rw-r--r-- | lib/gitlab/path_regex.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/path_regex.rb b/lib/gitlab/path_regex.rb index 10eb99fb461..d81f825ef96 100644 --- a/lib/gitlab/path_regex.rb +++ b/lib/gitlab/path_regex.rb @@ -112,6 +112,7 @@ module Gitlab # this group would not be accessible through `/groups/parent/activity` since # this would map to the activity-page of its parent. GROUP_ROUTES = %w[ + - activity analytics audit_events |