no port
This commit is contained in:
parent
78d0c7e7d8
commit
b55270cb81
@ -9,7 +9,7 @@ local function Latesthandler(self)
|
|||||||
local path = config.get().mount .. self.titles.url
|
local path = config.get().mount .. self.titles.url
|
||||||
local latest_path, latest_name = hotmixes.utils.these_latest( path )
|
local latest_path, latest_name = hotmixes.utils.these_latest( path )
|
||||||
|
|
||||||
local host = self.req.parsed_url.scheme .. '://' .. self.req.parsed_url.host .. ':' .. self.req.parsed_url.port
|
local host = self.req.parsed_url.scheme .. '://' .. self.req.parsed_url.host
|
||||||
local data_path = host .. '/data/' .. self.titles.url .. '/'
|
local data_path = host .. '/data/' .. self.titles.url .. '/'
|
||||||
local latest_json = {}
|
local latest_json = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user