UNPKG

kpiplus

Version:

KPI+

1 lines 214 B
var model=require("../../models/voice-command"),controller=require("../../controllers/controller");module.exports=function(o){this.contr=new controller(o,model,"voicecommand",{sort:{module:1}}),this.contr.route()};