Built motion from commit 97153652.|2.6.26
[motion2.git] / server / api / voiceQueuesLog / index.js
index a8b2e28..50e4d2c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2bae=['Router','../../components/auth/service','../../config/environment','get','isAuthenticated','index','/:id','show','post','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express'];(function(_0x403cff,_0x1cf463){var _0x5a7c56=function(_0x1bab9d){while(--_0x1bab9d){_0x403cff['push'](_0x403cff['shift']());}};_0x5a7c56(++_0x1cf463);}(_0x2bae,0x164));var _0xe2ba=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x2bae[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0xe2ba('0x0'));var util=require(_0xe2ba('0x1'));var path=require(_0xe2ba('0x2'));var timeout=require(_0xe2ba('0x3'));var express=require(_0xe2ba('0x4'));var router=express[_0xe2ba('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xe2ba('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xe2ba('0x7'));var controller=require('./voiceQueuesLog.controller');router[_0xe2ba('0x8')]('/',auth[_0xe2ba('0x9')](),controller[_0xe2ba('0xa')]);router['get'](_0xe2ba('0xb'),auth[_0xe2ba('0x9')](),controller[_0xe2ba('0xc')]);router[_0xe2ba('0xd')]('/',auth['isAuthenticated'](),controller['create']);router[_0xe2ba('0xe')](_0xe2ba('0xb'),auth[_0xe2ba('0x9')](),controller[_0xe2ba('0xf')]);router[_0xe2ba('0x10')]('/:id',auth[_0xe2ba('0x9')](),controller[_0xe2ba('0x11')]);module[_0xe2ba('0x12')]=router;
\ No newline at end of file
+var _0x4a81=['show','post','create','update','delete','destroy','exports','multer','util','path','connect-timeout','fs-extra','../../components/interaction/service','../../config/environment','isAuthenticated','get'];(function(_0x1ecae9,_0x3d5fb9){var _0x5518e1=function(_0x1fcef5){while(--_0x1fcef5){_0x1ecae9['push'](_0x1ecae9['shift']());}};_0x5518e1(++_0x3d5fb9);}(_0x4a81,0x1b7));var _0x14a8=function(_0x291ff9,_0xd54647){_0x291ff9=_0x291ff9-0x0;var _0x54f86a=_0x4a81[_0x291ff9];return _0x54f86a;};'use strict';var multer=require(_0x14a8('0x0'));var util=require(_0x14a8('0x1'));var path=require(_0x14a8('0x2'));var timeout=require(_0x14a8('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x14a8('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x14a8('0x5'));var config=require(_0x14a8('0x6'));var controller=require('./voiceQueuesLog.controller');router['get']('/',auth[_0x14a8('0x7')](),controller['index']);router[_0x14a8('0x8')]('/:id',auth[_0x14a8('0x7')](),controller[_0x14a8('0x9')]);router[_0x14a8('0xa')]('/',auth[_0x14a8('0x7')](),controller[_0x14a8('0xb')]);router['put']('/:id',auth[_0x14a8('0x7')](),controller[_0x14a8('0xc')]);router[_0x14a8('0xd')]('/:id',auth[_0x14a8('0x7')](),controller[_0x14a8('0xe')]);module[_0x14a8('0xf')]=router;
\ No newline at end of file