UNPKG

flexbiz-server

Version:

Flexible Server

2 lines (1 loc) 221 B
'use strict';const listinfo=global.getModel("listinfo");module.exports=function($router$$){$router$$.route("/listinfo").get(($req$$,$res$$)=>{listinfo.find({status:!0}).lean().exec(($e$$,$rs$$)=>{$res$$.send($rs$$)})})};