Merge pull request #25409 from taosdata/fix/TD-29107-3.0

fix/TD-29107
This commit is contained in:
Hongze Cheng 2024-04-19 17:45:25 +08:00 committed by GitHub
commit 5500b11137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "osMemory.h"
SAudit tsAudit = {0};
char* tsAuditUri = "/audit";
char* tsAuditUri = "/audit_v2";
char* tsAuditBatchUri = "/audit-batch";
int32_t auditInit(const SAuditCfg *pCfg) {