Server build & CADvanced update.

+ Updated CADvanced to latest version which adds BOLO functionality.
+ Server artefacts updated to latest version
This commit is contained in:
Jacob
2022-01-06 23:24:24 +00:00
parent bd2264be2c
commit 0c86672837
57 changed files with 591 additions and 22 deletions
@@ -2,7 +2,7 @@ local api = {}
function api.request(query, callback)
local conf = module("server/modules/config")
local token = conf.val("api_token")
local token = conf.val("cad_key")
local url = conf.val("cad_url") .. "/api"
print_debug("MAKING API CALL TO " .. url)
print_debug("CALL BODY: " .. query)