From b1b7d46b78521716d17eee3aacd48e70e1a78ef9 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Mon, 15 Jan 2024 15:14:48 +0800 Subject: [PATCH] fix: change the callback url --- deployments/templates/openim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 0a4015b42..7e84792b8 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -315,7 +315,7 @@ iosPush: # Timeout in seconds # Whether to continue execution if callback fails callback: - url: "http://127.0.0.1:10002/callbackExample/callbackBeforeSendSingleMsgCommand" + url: "http://127.0.0.1:10002/callbackExample" beforeSendSingleMsg: enable: true timeout: ${CALLBACK_TIMEOUT}