fix local var problem

This commit is contained in:
2023-08-11 16:49:29 +08:00
parent 1110594fad
commit ef6a81c741
+1 -1
View File
@@ -6,7 +6,7 @@ local url_parser = require "net.url"
local _M = {}
function host(s)
function _M.host(s)
return (s.."/"):match("://(.-)/")
end