Commit fcc71267 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'remove-pages-internal-api-feature-flag' into 'master'

Remove pages_internal_api feature flag

See merge request gitlab-org/gitlab!28546
parents 75afe294 3611d142
......@@ -5,7 +5,6 @@ module API
module Internal
class Pages < Grape::API
before do
not_found! unless Feature.enabled?(:pages_internal_api)
authenticate_gitlab_pages_request!
end
......
This diff is collapsed.
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