fix: add missing owner field to NOTIFICATION domain in routing-map.json

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-11 02:48:41 +00:00
parent 10369bf37f
commit 84c56d00a6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
{ "id": "HLI-STORAGE-001", "path": "/hli/storage/upload", "status": "pending" },
{ "id": "HLI-STORAGE-002", "path": "/hli/storage/download", "status": "pending" }
]},
"NOTIFICATION": { "module": "M09", "route_prefix": "/hli/notification", "interfaces": [
"NOTIFICATION": { "module": "M09", "owner": "DEV-012", "route_prefix": "/hli/notification", "interfaces": [
{ "id": "HLI-NOTIF-001", "path": "/hli/notification/push", "status": "pending" }
]},
"DASHBOARD": { "module": "M12", "owner": "DEV-005", "route_prefix": "/hli/dashboard", "interfaces": [