feat: add admin UI routes
Add CRUD routes for configs and subscriptions, force-refresh and logs endpoints, stub Jinja2 templates for test coverage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><body>{% block content %}{% endblock %}</body></html>
|
||||
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}{% block content %}detail{% endblock %}
|
||||
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}{% block content %}form{% endblock %}
|
||||
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}{% block content %}index{% endblock %}
|
||||
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}{% block content %}logs{% endblock %}
|
||||
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}{% block content %}sub{% endblock %}
|
||||
Reference in New Issue
Block a user