local Index = require("index") math.randomseed(os.time()) local function route(path) if path == '/' then return 200, end return 404, Error 404

Error 404

Page not found.

end return { route = route }