Sha256: 95fbb7947e3f1fae20d8c69ceda38a067173c9b5e0612f71901d8b70c90b4242
Contents?: true
Size: 364 Bytes
Versions: 41
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true 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
Version data entries
41 entries across 41 versions & 2 rubygems