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 ...@@ -5,7 +5,6 @@ module API
module Internal module Internal
class Pages < Grape::API class Pages < Grape::API
before do before do
not_found! unless Feature.enabled?(:pages_internal_api)
authenticate_gitlab_pages_request! authenticate_gitlab_pages_request!
end 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