feat: cbs message enhance

This commit is contained in:
zhangsz
2025-07-15 16:26:21 +08:00
parent f43adfdf6f
commit 81177be0ca
12 changed files with 147 additions and 36 deletions

View File

@@ -293,6 +293,9 @@ func init() {
Register("POST", lm.ExtBackupDataUri, lm.ExtDatabaseBackupData, nil)
Register("POST", lm.CustomExtBackupDataUri, lm.ExtDatabaseBackupData, nil)
// CBS management
Register("POST", ue.UriCBSState, ue.PostCBSStateFromCBC, nil)
Register("POST", ue.CustomUriCBSState, ue.PostCBSStateFromCBC, nil)
}
// To resolv rest POST/PUT/DELETE/PATCH cross domain