app/controllers/decidim/api/documentation_controller.rb in decidim-api-0.11.2 vs app/controllers/decidim/api/documentation_controller.rb in decidim-api-0.12.0.pre

- old
+ new

@@ -3,11 +3,9 @@ module Decidim module Api # This controller takes queries from an HTTP endpoint and sends them out to # the Schema to be executed, later returning the response as JSON. class DocumentationController < Api::ApplicationController - skip_authorization_check - layout "decidim/api/documentation" end end end