commit 284ad6f: [Minor] Bimi: Add version to the path
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Nov 10 21:07:04 UTC 2021
Author: Vsevolod Stakhov
Date: 2021-11-10 21:06:29 +0000
URL: https://github.com/rspamd/rspamd/commit/284ad6f1f2021ec7af9105049902e93f5633c9c3 (HEAD -> master)
[Minor] Bimi: Add version to the path
---
src/plugins/lua/bimi.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/lua/bimi.lua b/src/plugins/lua/bimi.lua
index a2846c56e..a622aed5e 100644
--- a/src/plugins/lua/bimi.lua
+++ b/src/plugins/lua/bimi.lua
@@ -135,7 +135,7 @@ end
local function make_helper_request(task, domain, record, redis_server)
local is_sync = settings.helper_sync
- local helper_url = string.format('%s/check', settings.helper_url)
+ local helper_url = string.format('%s/v1/check', settings.helper_url)
local function http_helper_callback(http_err, code, body, _)
if http_err then
More information about the Commits
mailing list