From 284ad6f1f2021ec7af9105049902e93f5633c9c3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 10 Nov 2021 21:06:29 +0000 Subject: [PATCH] [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 -- 2.39.5