Skip to content

Commit

Permalink
Merge pull request gitlabhq#4484 from Razer6/add_services_to_blacklist
Browse files Browse the repository at this point in the history
Add 'services' to path blacklist
  • Loading branch information
dzaporozhets committed Jul 3, 2013
2 parents 3edca5d + 702dc30 commit 2233f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab/blacklist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Blacklist
extend self

def path
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets )
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services)
end
end
end

0 comments on commit 2233f2e

Please sign in to comment.