httpserver-header.lc requires the file extension not the MIME type
This commit is contained in:
parent
90cb4e47aa
commit
3833ec8a7b
@ -1,5 +1,5 @@
|
|||||||
return function (connection, req, args)
|
return function (connection, req, args)
|
||||||
dofile("httpserver-header.lc")(connection, 200, 'application/json')
|
dofile("httpserver-header.lc")(connection, 200, 'json')
|
||||||
connection:send('{')
|
connection:send('{')
|
||||||
|
|
||||||
local mbOffset = nil
|
local mbOffset = nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user