UNPKG

flexbiz-server

Version:

Flexible Server

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