pyfedi/app/templates/themes/x_api/index.html

7 lines
214 B
HTML
Raw Normal View History

2024-12-08 22:37:02 +00:00
{% extends 'themes/' + theme() + '/base.html' %}
{% block app_content %}
<p class="mb-0">GET <code>/api/alpha/site</code></p>
<details><summary>JSON</summary><pre id="site_json"></pre></details>
2024-12-08 22:37:02 +00:00
{% endblock%}