UNPKG

kpiplus

Version:

KPI+

1 lines 240 B
var model=require("../../models/group"),controller=require("../../controllers/controller"),group=function(o){this.contr=new controller(o,model,"group",{sort:{group_name:1},findExact:{group_type:1}}),this.contr.route()};module.exports=group;