'use strict';const tinhthanh=global.getModel("tinhthanh");module.exports=function($router$$){$router$$.route("/province").get(function($req$$,$res$$){tinhthanh.find({}).lean().exec(($e$$,$rs$$)=>{$res$$.send($rs$$.map($r$$=>$r$$.ten_tinh_thanh))})})};