1
0
Fork 0
mirror of https://codeberg.org/rimu/pyfedi synced 2025-02-14 22:38:04 -08:00
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%}