Built motion from commit be44e1e4d16f8b29d243415b03d27262d8601e0e. Version 3.0.0...
[motion-next.git] / server / api / smsQueue / index.js
1 const a565_0x38bf=['Router','removeTeams','create','destroy','/:id','getAgents','post','/:id/users','index','get','/:id/members','getMembers','delete','addTeams','update','getTeams','isAuthenticated','../../components/auth/service','express','put','/:id/teams','show'];(function(_0x1a699d,_0x38bf9a){const _0x363c0a=function(_0x20f520){while(--_0x20f520){_0x1a699d['push'](_0x1a699d['shift']());}};_0x363c0a(++_0x38bf9a);}(a565_0x38bf,0x177));const a565_0x363c=function(_0x1a699d,_0x38bf9a){_0x1a699d=_0x1a699d-0x0;let _0x363c0a=a565_0x38bf[_0x1a699d];return _0x363c0a;};const _0x27fb6a=a565_0x363c;'use strict';const express=require(_0x27fb6a('0x11')),router=express[_0x27fb6a('0x15')](),auth=require(_0x27fb6a('0x10')),controller=require('./smsQueue.controller');router['get']('/',auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0x7')]),router['get']('/describe',auth[_0x27fb6a('0xf')](),controller['describe']),router[_0x27fb6a('0x8')](_0x27fb6a('0x3'),auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0x14')]),router[_0x27fb6a('0x8')](_0x27fb6a('0x9'),auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0xa')]),router['get'](_0x27fb6a('0x13'),auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0xe')]),router[_0x27fb6a('0x8')](_0x27fb6a('0x6'),auth['isAuthenticated'](),controller[_0x27fb6a('0x4')]),router[_0x27fb6a('0x5')]('/',auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0x1')]),router[_0x27fb6a('0x5')](_0x27fb6a('0x13'),auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0xc')]),router[_0x27fb6a('0x5')](_0x27fb6a('0x6'),auth[_0x27fb6a('0xf')](),controller['addAgents']),router[_0x27fb6a('0x12')](_0x27fb6a('0x3'),auth['isAuthenticated'](),controller[_0x27fb6a('0xd')]),router['delete'](_0x27fb6a('0x3'),auth[_0x27fb6a('0xf')](),controller[_0x27fb6a('0x2')]),router[_0x27fb6a('0xb')](_0x27fb6a('0x13'),auth['isAuthenticated'](),controller[_0x27fb6a('0x0')]),router['delete'](_0x27fb6a('0x6'),auth[_0x27fb6a('0xf')](),controller['removeAgents']),module['exports']=router;