Track dashboard render runtime files

This commit is contained in:
2026-06-10 13:24:23 +08:00
parent 53e924379a
commit bf03a72669
39 changed files with 7887 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from fastapi import APIRouter
from online_dev.page_manager.api import router as page_manager_router
router = APIRouter()
router.include_router(page_manager_router)