调整服务器url

This commit is contained in:
MrZ_26
2024-08-08 23:06:07 +08:00
parent 57f2b9541d
commit 39cd7e4c1a

View File

@@ -592,9 +592,9 @@ end
table.sort(REPLAY,function(a,b) return a.fileName>b.fileName end)
AUTHURL="https://www.studio26f.org/oauth?product=techmino"
AUTHHOST="www.studio26f.org"
WS.switchHost('www.studio26f.org','80','/techmino/ws/v1')
HTTP.setHost("www.studio26f.org")
AUTHHOST="www.studio26f.org:8080"
WS.switchHost('www.studio26f.org','8081','/techmino/ws/v1')
HTTP.setHost("www.studio26f.org:8081")
HTTP.setThreadCount(1)
table.insert(_LOADTIMELIST_,("Load Resources: %.3fs"):format(TIME()-_LOADTIME_))