towerops/lib/towerops_web/controllers/graphql_docs_html.ex

6 lines
159 B
Elixir

defmodule ToweropsWeb.GraphQLDocsHTML do
@moduledoc "GraphQL API documentation pages."
use ToweropsWeb, :html
embed_templates "graphql_docs_html/*"
end