Sha256: 09fa2cec60d1bee12c4e443fc6b29a9ab50b3a3397a325d0d716276079c5c8c7
Contents?: true
Size: 331 Bytes
Versions: 18
Compression:
Stored size: 331 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 layout "decidim/api/documentation" end end end
Version data entries
18 entries across 18 versions & 2 rubygems