Commit 3611d142 authored by Vladimir Shushlin's avatar Vladimir Shushlin

Remove pages_internal_api feature flag

This API is used only internally, and we don't use this
feature flag inside pages daemon itself
parent d4083f52
......@@ -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