feat: add models page for the web application

This commit is contained in:
2026-07-11 19:33:00 +07:00
parent e1232ed1bd
commit 71b0bfb6d8
14 changed files with 645 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const ADMIN_ONLY_PATHS = ["/api/users", "/api/tunnel", "/api/combos"];
// Combo definitions affect routing and fallback behavior, so only administrators
// may view or change them.
const ADMIN_ONLY_DASHBOARD_PATHS = ["/dashboard/combos"];
const ADMIN_ONLY_DASHBOARD_PATHS = ["/dashboard/combos", "/dashboard/models"];
// Require auth, but allow through if requireLogin is disabled
const PROTECTED_API_PATHS = [