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:
parent
10369bf37f
commit
84c56d00a6
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue