Dispatcharr/templates/admin/index.html
Dispatcharr 1fb7a0c9eb Alpha v3
Added user agents
Added Stream Profiles
Added new API calls
2025-02-21 15:31:59 -06:00

4 lines
113 B
HTML
Executable file

{% extends "admin/base_site.html" %}
{% block content %}
{% include "admin/app_cards.html" %}
{% endblock %}