UNPKG

flexbiz-server

Version:

Flexible Server

2 lines (1 loc) 372 B
'use strict';const model=global.getModel("label"),controller=require("../../controllers/controller"),label=function($router$$){(new controller($router$$,model,"label",{sort:{label_name:1},findExact:{label_type:1},notNeedRight:($user$$,$options$$={})=>"view"==($options$$.action||"").toLowerCase()?!0:!1,unique:["label_name","label_type"]})).route()};module.exports=label;