Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-07-03 19:08:05 +0300
committerShinya Maeda <shinya@gitlab.com>2017-07-07 09:35:12 +0300
commitd228662fb7cfdfaea749e4b733197e3d3a9ac23b (patch)
tree5249507f83d0389bc3875f7d4644c2ea6a8d34bc /lib/gitlab/path_regex.rb
parentf8a2f6f11598b6565ba2a0bb143f7d1e0f07f610 (diff)
Add dash for GROUP_ROUTES
Diffstat (limited to 'lib/gitlab/path_regex.rb')
-rw-r--r--lib/gitlab/path_regex.rb1
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