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

This commit is contained in:
Daniel Fichtinger 2024-12-09 14:00:04 -05:00
parent 9a3b148f13
commit dca324ab7e

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