Sha256: 7d59842271d19a920beefa2b6187d898188528aa24035c6bf1995925659f12e7
Contents?: true
Size: 332 Bytes
Versions: 20
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true Decidim::Api::Engine.routes.draw do get "/graphiql", to: "graphiql#show", graphql_path: "/api", as: :graphiql get "/docs", to: "documentation#show", as: :documentation get "/docs/*path", to: "documentation#show" get "/", to: redirect("/api/docs") post "/" => "queries#create", as: :root end
Version data entries
20 entries across 20 versions & 1 rubygems