feat: watcher agent management system implemented.

This commit is contained in:
serversdwn
2026-03-13 17:38:43 -04:00
parent b571dc29bc
commit 15d962ba42
8 changed files with 503 additions and 3 deletions

View File

@@ -102,6 +102,9 @@ app.include_router(modem_dashboard.router)
from backend.routers import settings
app.include_router(settings.router)
from backend.routers import watcher_manager
app.include_router(watcher_manager.router)
# Projects system routers
app.include_router(projects.router)
app.include_router(project_locations.router)