Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / voiceChanSpy / index.js
index ae2dbb4..7093ff2 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xff8a=['index','get','/:id','isAuthenticated','show','update','delete','destroy','multer','util','path','connect-timeout','express','../../components/interaction/service','../../config/environment','./voiceChanSpy.controller'];(function(_0x3d231f,_0x53e2e3){var _0x523e67=function(_0x233540){while(--_0x233540){_0x3d231f['push'](_0x3d231f['shift']());}};_0x523e67(++_0x53e2e3);}(_0xff8a,0x98));var _0xaff8=function(_0x51123f,_0x4ec586){_0x51123f=_0x51123f-0x0;var _0x2d26c3=_0xff8a[_0x51123f];return _0x2d26c3;};'use strict';var multer=require(_0xaff8('0x0'));var util=require(_0xaff8('0x1'));var path=require(_0xaff8('0x2'));var timeout=require(_0xaff8('0x3'));var express=require(_0xaff8('0x4'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0xaff8('0x5'));var config=require(_0xaff8('0x6'));var controller=require(_0xaff8('0x7'));router['get']('/',auth['isAuthenticated'](),controller[_0xaff8('0x8')]);router[_0xaff8('0x9')](_0xaff8('0xa'),auth[_0xaff8('0xb')](),controller[_0xaff8('0xc')]);router['post']('/',auth[_0xaff8('0xb')](),controller['create']);router['put'](_0xaff8('0xa'),auth[_0xaff8('0xb')](),controller[_0xaff8('0xd')]);router[_0xaff8('0xe')](_0xaff8('0xa'),auth[_0xaff8('0xb')](),controller[_0xaff8('0xf')]);module['exports']=router;
\ No newline at end of file
+var _0xad1d=['../../components/interaction/service','../../config/environment','get','isAuthenticated','post','create','put','/:id','destroy','exports','util','path','connect-timeout','express','fs-extra'];(function(_0x4b03c9,_0x17ce03){var _0x161ba2=function(_0xb952db){while(--_0xb952db){_0x4b03c9['push'](_0x4b03c9['shift']());}};_0x161ba2(++_0x17ce03);}(_0xad1d,0xaf));var _0xdad1=function(_0x374ada,_0x27b3a5){_0x374ada=_0x374ada-0x0;var _0x449ed8=_0xad1d[_0x374ada];return _0x449ed8;};'use strict';var multer=require('multer');var util=require(_0xdad1('0x0'));var path=require(_0xdad1('0x1'));var timeout=require(_0xdad1('0x2'));var express=require(_0xdad1('0x3'));var router=express['Router']();var fs_extra=require(_0xdad1('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0xdad1('0x5'));var config=require(_0xdad1('0x6'));var controller=require('./voiceChanSpy.controller');router[_0xdad1('0x7')]('/',auth['isAuthenticated'](),controller['index']);router['get']('/:id',auth[_0xdad1('0x8')](),controller['show']);router[_0xdad1('0x9')]('/',auth[_0xdad1('0x8')](),controller[_0xdad1('0xa')]);router[_0xdad1('0xb')](_0xdad1('0xc'),auth[_0xdad1('0x8')](),controller['update']);router['delete'](_0xdad1('0xc'),auth[_0xdad1('0x8')](),controller[_0xdad1('0xd')]);module[_0xdad1('0xe')]=router;
\ No newline at end of file