Browse Source

[Minor] Bimi: Add version to the path

tags/3.2
Vsevolod Stakhov 2 years ago
parent
commit
284ad6f1f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/bimi.lua

+ 1
- 1
src/plugins/lua/bimi.lua View 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

Loading…
Cancel
Save