de944f0eb384f6a480e1bbe6f468a4f7188851e9
[motion-next.git] / server / api / chatQueue / index.js
1 const a100_0x122a=['removeAgents','isAuthenticated','removeTeams','put','/:id','/:id/members','exports','express','/describe','addTeams','/:id/users','addAgents','getTeams','update','delete','index','describe','post','/:id/teams','get','create','show'];(function(_0x49c3dd,_0x122a3e){const _0x3b7a24=function(_0xe9b0f7){while(--_0xe9b0f7){_0x49c3dd['push'](_0x49c3dd['shift']());}};_0x3b7a24(++_0x122a3e);}(a100_0x122a,0x112));const a100_0x3b7a=function(_0x49c3dd,_0x122a3e){_0x49c3dd=_0x49c3dd-0x0;let _0x3b7a24=a100_0x122a[_0x49c3dd];return _0x3b7a24;};const _0xff8dcb=a100_0x3b7a;'use strict';const express=require(_0xff8dcb('0x13')),router=express['Router'](),auth=require('../../components/auth/service'),controller=require('./chatQueue.controller');router['get']('/',auth[_0xff8dcb('0xd')](),controller[_0xff8dcb('0x5')]),router[_0xff8dcb('0x9')](_0xff8dcb('0x14'),auth['isAuthenticated'](),controller[_0xff8dcb('0x6')]),router[_0xff8dcb('0x9')](_0xff8dcb('0x10'),auth['isAuthenticated'](),controller[_0xff8dcb('0xb')]),router[_0xff8dcb('0x9')](_0xff8dcb('0x11'),auth[_0xff8dcb('0xd')](),controller['getMembers']),router[_0xff8dcb('0x9')](_0xff8dcb('0x8'),auth[_0xff8dcb('0xd')](),controller[_0xff8dcb('0x2')]),router[_0xff8dcb('0x9')]('/:id/users',auth['isAuthenticated'](),controller['getAgents']),router[_0xff8dcb('0x7')]('/',auth[_0xff8dcb('0xd')](),controller[_0xff8dcb('0xa')]),router[_0xff8dcb('0x7')](_0xff8dcb('0x8'),auth[_0xff8dcb('0xd')](),controller[_0xff8dcb('0x15')]),router[_0xff8dcb('0x7')](_0xff8dcb('0x0'),auth['isAuthenticated'](),controller[_0xff8dcb('0x1')]),router[_0xff8dcb('0xf')](_0xff8dcb('0x10'),auth['isAuthenticated'](),controller[_0xff8dcb('0x3')]),router[_0xff8dcb('0x4')]('/:id',auth[_0xff8dcb('0xd')](),controller['destroy']),router[_0xff8dcb('0x4')](_0xff8dcb('0x8'),auth[_0xff8dcb('0xd')](),controller[_0xff8dcb('0xe')]),router[_0xff8dcb('0x4')](_0xff8dcb('0x0'),auth[_0xff8dcb('0xd')](),controller[_0xff8dcb('0xc')]),module[_0xff8dcb('0x12')]=router;