const tinhthanh=global.getModel("tinhthanh");module.exports=function($router$$){$router$$.route("/province").get(function($req$$,$res$$){tinhthanh.find({}).lean().then($rs$$=>{$res$$.send($rs$$.map($r$$=>$r$$.ten_tinh_thanh))}).catch($e$$=>{$res$$.status(400).send({message:$e$$.message})})})};