From: Vsevolod Stakhov Date: Wed, 10 Nov 2021 21:06:29 +0000 (+0000) Subject: [Minor] Bimi: Add version to the path X-Git-Tag: 3.2~274 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=284ad6f1f2021ec7af9105049902e93f5633c9c3;p=rspamd.git [Minor] Bimi: Add version to the path --- 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