UNPKG

latte_web

Version:
4 lines 83 B
module.exports = function(ctx) { ctx.res.writeHead(404); ctx.send("not find"); };