Built motion from commit 994c64e1.|2.6.1
[motion2.git] / server / api / voiceQueuesLog / index.js
index a8b2e28..0716eed 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 _0xea0e=['destroy','exports','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','./voiceQueuesLog.controller','isAuthenticated','index','/:id','show','create','update','delete'];(function(_0x410860,_0x44bb3d){var _0x25a1bd=function(_0x8f5e2f){while(--_0x8f5e2f){_0x410860['push'](_0x410860['shift']());}};_0x25a1bd(++_0x44bb3d);}(_0xea0e,0xa2));var _0xeea0=function(_0xd00d0e,_0x52131c){_0xd00d0e=_0xd00d0e-0x0;var _0x378535=_0xea0e[_0xd00d0e];return _0x378535;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xeea0('0x0'));var timeout=require(_0xeea0('0x1'));var express=require(_0xeea0('0x2'));var router=express[_0xeea0('0x3')]();var fs_extra=require(_0xeea0('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0xeea0('0x5'));var config=require('../../config/environment');var controller=require(_0xeea0('0x6'));router['get']('/',auth[_0xeea0('0x7')](),controller[_0xeea0('0x8')]);router['get'](_0xeea0('0x9'),auth[_0xeea0('0x7')](),controller[_0xeea0('0xa')]);router['post']('/',auth[_0xeea0('0x7')](),controller[_0xeea0('0xb')]);router['put'](_0xeea0('0x9'),auth[_0xeea0('0x7')](),controller[_0xeea0('0xc')]);router[_0xeea0('0xd')](_0xeea0('0x9'),auth[_0xeea0('0x7')](),controller[_0xeea0('0xe')]);module[_0xeea0('0xf')]=router;
\ No newline at end of file