Built motion from commit ecdc8e66766c75b1b08288b0ea13eb12d42606b4. Version 3.0.0...
[motion-next.git] / server / api / voicePrefix / index.js
1 const a744_0x2617=['exports','Router','../../components/auth/service','isAuthenticated','put','destroy','post','addAgents','/describe','delete','describe','update','/:id','get','removeAgents','/:id/users'];(function(_0x4f1b6b,_0x26171e){const _0x549130=function(_0x5c4fe1){while(--_0x5c4fe1){_0x4f1b6b['push'](_0x4f1b6b['shift']());}};_0x549130(++_0x26171e);}(a744_0x2617,0x1eb));const a744_0x5491=function(_0x4f1b6b,_0x26171e){_0x4f1b6b=_0x4f1b6b-0x0;let _0x549130=a744_0x2617[_0x4f1b6b];return _0x549130;};const _0x254818=a744_0x5491;'use strict';const express=require('express'),router=express[_0x254818('0x6')](),auth=require(_0x254818('0x7')),controller=require('./voicePrefix.controller');router[_0x254818('0x2')]('/',auth[_0x254818('0x8')](),controller['index']),router[_0x254818('0x2')](_0x254818('0xd'),auth[_0x254818('0x8')](),controller[_0x254818('0xf')]),router[_0x254818('0x2')](_0x254818('0x1'),auth[_0x254818('0x8')](),controller['show']),router[_0x254818('0x2')](_0x254818('0x4'),auth[_0x254818('0x8')](),controller['getAgents']),router[_0x254818('0xb')]('/',auth[_0x254818('0x8')](),controller['create']),router[_0x254818('0xb')](_0x254818('0x4'),auth[_0x254818('0x8')](),controller[_0x254818('0xc')]),router[_0x254818('0x9')]('/:id',auth[_0x254818('0x8')](),controller[_0x254818('0x0')]),router[_0x254818('0xe')]('/:id',auth[_0x254818('0x8')](),controller[_0x254818('0xa')]),router[_0x254818('0xe')](_0x254818('0x4'),auth[_0x254818('0x8')](),controller[_0x254818('0x3')]),module[_0x254818('0x5')]=router;