Fix D-InSAR runtime logs and UI encoding

This commit is contained in:
2026-04-16 22:37:09 +08:00
parent 0a8f3331e3
commit a666ed0e5c
11 changed files with 949 additions and 199 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ from . import (
root_registry,
stats,
task_batches,
tasks,
tasks_runtime,
timeseries_production,
tools,
unpack,
@@ -36,7 +36,7 @@ def include_all_routers(router: APIRouter) -> None:
router.include_router(health.router)
router.include_router(auth.router)
router.include_router(license.router)
router.include_router(tasks.router)
router.include_router(tasks_runtime.router)
router.include_router(workflow.router)
router.include_router(task_batches.router)
router.include_router(tools.router)