UNPKG

flexbiz-server

Version:

Flexible Server

2 lines (1 loc) 264 B
const listinfo=global.getModel("listinfo");module.exports=function($router$$){$router$$.route("/listinfo").get(($req$$,$res$$)=>{listinfo.find({status:!0}).lean().then($rs$$=>{$res$$.send($rs$$)}).catch($e$$=>{$res$$.status(400).send({message:$e$$.message})})})};