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