Authored by chunhua.zhang

add

... ... @@ -85,7 +85,7 @@ function main()
local hash = tonumber(uid) % 100
if hash <= percentage then
redirectPath = "apiaws";
redirectPath = "/apiaws";
end
end
... ...