Add API Monitor route and sidebar entry

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-15 13:44:39 +00:00
parent ffd865e755
commit 6109369df4
3 changed files with 409 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ const AppSidebar: React.FC = () => {
name: "System Health",
subItems: [
{ name: "Status", path: "/settings/status" },
{ name: "API Monitor", path: "/settings/api-monitor" },
],
},
{