UNPKG

kpiplus

Version:

KPI+

1 lines 220 B
var model=require("../../models/reason"),controller=require("../../controllers/controller"),reason=function(o){this.contr=new controller(o,model,"reason",{sort:{reason_name:1}}),this.contr.route()};module.exports=reason;