]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Bimi: Add version to the path
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 10 Nov 2021 21:06:29 +0000 (21:06 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 10 Nov 2021 21:06:29 +0000 (21:06 +0000)
src/plugins/lua/bimi.lua

index a2846c56e47271da53007a67a7700053e30bb92c..a622aed5ea7caa24e81a69f48310ed31682b87e3 100644 (file)
@@ -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