diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-11-07 13:05:08 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-11-07 19:52:10 +0100 |
commit | 9b0899cb809d826249bb3ad2eb35beec5bdf2190 (patch) | |
tree | 0973f623ec7401b41f369ed682d13cbfdc408312 /lib | |
parent | 2414c69ee981cf6432e513dfdcf57a9badc5d51f (diff) | |
download | gitlab-ce-9b0899cb809d826249bb3ad2eb35beec5bdf2190.tar.gz |
Remove EE-specific group pathsbvl-free-paths
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/path_regex.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/gitlab/path_regex.rb b/lib/gitlab/path_regex.rb index 6b8a4442ebd..9a91f8bf96a 100644 --- a/lib/gitlab/path_regex.rb +++ b/lib/gitlab/path_regex.rb @@ -112,13 +112,6 @@ module Gitlab # this would map to the activity-page of its parent. GROUP_ROUTES = %w[ - - analytics - audit_events - hooks - ldap - ldap_group_links - notification_setting - pipeline_quota ].freeze ILLEGAL_PROJECT_PATH_WORDS = PROJECT_WILDCARD_ROUTES |