1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 00:59:52 +02:00

minor fixes

This commit is contained in:
lxsang
2018-10-19 11:20:56 +02:00
parent 1681bb6fc1
commit 9e1dc0f3dd
9 changed files with 55 additions and 18 deletions

View File

@ -5,8 +5,8 @@
-- some global variables
DIR_SEP = "/"
WWW_ROOT = __ROOT__.."/os"
if HEADER.host then
HTTP_ROOT= "https://"..HEADER.host
if HEADER.Host then
HTTP_ROOT= "https://"..HEADER.Host
else
HTTP_ROOT = "https://os.lxsang.me"
end