Built motion from commit ecf5ab8ec560fd4c6972692268e350fcef2f38e7. Version 3.0.0...
[motion-next.git] / server / api / voiceTransferReport / index.js
1 const a774_0x1b99=['delete','./voiceTransferReport.controller','create','post','update','isAuthenticated','get','express','/:id','put'];(function(_0x81fabb,_0x1b9928){const _0x376950=function(_0x296c5f){while(--_0x296c5f){_0x81fabb['push'](_0x81fabb['shift']());}};_0x376950(++_0x1b9928);}(a774_0x1b99,0xcb));const a774_0x3769=function(_0x81fabb,_0x1b9928){_0x81fabb=_0x81fabb-0x0;let _0x376950=a774_0x1b99[_0x81fabb];return _0x376950;};const _0x50b199=a774_0x3769;'use strict';const express=require(_0x50b199('0x4')),router=express['Router'](),auth=require('../../components/auth/service'),controller=require(_0x50b199('0x8'));router[_0x50b199('0x3')]('/',auth['isAuthenticated'](),controller['index']),router[_0x50b199('0x3')](_0x50b199('0x5'),auth[_0x50b199('0x2')](),controller['show']),router[_0x50b199('0x0')]('/',auth[_0x50b199('0x2')](),controller[_0x50b199('0x9')]),router[_0x50b199('0x6')]('/:id',auth['isAuthenticated'](),controller[_0x50b199('0x1')]),router[_0x50b199('0x7')](_0x50b199('0x5'),auth[_0x50b199('0x2')](),controller['destroy']),module['exports']=router;