towerops/lib/towerops_web/controllers/api_docs_html.ex
2026-01-17 17:49:53 -06:00

8 lines
174 B
Elixir

defmodule ToweropsWeb.ApiDocsHTML do
@moduledoc """
This module contains API documentation pages.
"""
use ToweropsWeb, :html
embed_templates "api_docs_html/*"
end