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:
2026-05-15 00:12:57 +03:00
parent 5416ae7565
commit 43d5820474
8 changed files with 313 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
{% extends "base.html" %}{% block content %}logs{% endblock %}