UNPKG

latte_web

Version:
13 lines (12 loc) 227 B
(function() { this.get = function(ctx, next) { process.latte.rpc.Call("test", [], function(err, data) { ctx.view( "json",{ err: err, data: data }); }); } this.path = "/test" }).call(module.exports);