UNPKG

ti

Version:

A simple MVC framework for node web server.

15 lines (14 loc) 225 B
//demo for product module.exports = { getItem:function(id){ //code for getItem return { id:id, title:"Demo for product", content:"Demo for product content" } }, getList:function(){ //code for getList } }