fix base url

This commit is contained in:
2024-11-16 22:24:36 +01:00
parent 3d0eddc00b
commit f3d9dbb3fe

View File

@@ -1,4 +1,4 @@
local baseURL = "http://127.0.0.1:8888"
local baseURL = "https://gitea.ar2000.me/AR2000/CC_monorepo/raw/branch/main"
--wget run http://127.0.0.1:8888/pm_installer/install.lua
local function concatPath(...) return table.concat({...}, '/') end
---@type function