AutoYADM commit: 2024-12-09 14:15:04

This commit is contained in:
Daniel Fichtinger 2024-12-09 14:15:04 -05:00
parent dca324ab7e
commit 96af5da21b

View file

@ -1,6 +1,6 @@
local function ssl(opt)
if opt then
return "https://127.0.0.1:27124/"
return "https://127.0.0.1:27124"
else
return "http://127.0.0.1:27123"
end