Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / voiceChanSpy / index.js
index 2e83274..6053f16 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xe029=['path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','show','post','create','delete','destroy','multer','util'];(function(_0x1034bb,_0x4e20b3){var _0x453fdb=function(_0x455356){while(--_0x455356){_0x1034bb['push'](_0x1034bb['shift']());}};_0x453fdb(++_0x4e20b3);}(_0xe029,0xe2));var _0x9e02=function(_0x588f2c,_0x10e069){_0x588f2c=_0x588f2c-0x0;var _0x467467=_0xe029[_0x588f2c];return _0x467467;};'use strict';var multer=require(_0x9e02('0x0'));var util=require(_0x9e02('0x1'));var path=require(_0x9e02('0x2'));var timeout=require(_0x9e02('0x3'));var express=require(_0x9e02('0x4'));var router=express[_0x9e02('0x5')]();var fs_extra=require(_0x9e02('0x6'));var auth=require(_0x9e02('0x7'));var interaction=require(_0x9e02('0x8'));var config=require(_0x9e02('0x9'));var controller=require('./voiceChanSpy.controller');router[_0x9e02('0xa')]('/',auth[_0x9e02('0xb')](),controller[_0x9e02('0xc')]);router['get'](_0x9e02('0xd'),auth['isAuthenticated'](),controller[_0x9e02('0xe')]);router[_0x9e02('0xf')]('/',auth[_0x9e02('0xb')](),controller[_0x9e02('0x10')]);router['put'](_0x9e02('0xd'),auth[_0x9e02('0xb')](),controller['update']);router[_0x9e02('0x11')](_0x9e02('0xd'),auth['isAuthenticated'](),controller[_0x9e02('0x12')]);module['exports']=router;
\ No newline at end of file
+var _0xe04a=['fs-extra','../../components/interaction/service','../../config/environment','./voiceChanSpy.controller','get','isAuthenticated','/:id','create','update','delete','destroy','path','connect-timeout','express','Router'];(function(_0x311c35,_0x534915){var _0x5cc50c=function(_0x3ad680){while(--_0x3ad680){_0x311c35['push'](_0x311c35['shift']());}};_0x5cc50c(++_0x534915);}(_0xe04a,0x182));var _0xae04=function(_0x4207e1,_0x42d8fb){_0x4207e1=_0x4207e1-0x0;var _0x701eff=_0xe04a[_0x4207e1];return _0x701eff;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xae04('0x0'));var timeout=require(_0xae04('0x1'));var express=require(_0xae04('0x2'));var router=express[_0xae04('0x3')]();var fs_extra=require(_0xae04('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0xae04('0x5'));var config=require(_0xae04('0x6'));var controller=require(_0xae04('0x7'));router[_0xae04('0x8')]('/',auth[_0xae04('0x9')](),controller['index']);router[_0xae04('0x8')](_0xae04('0xa'),auth[_0xae04('0x9')](),controller['show']);router['post']('/',auth[_0xae04('0x9')](),controller[_0xae04('0xb')]);router['put']('/:id',auth[_0xae04('0x9')](),controller[_0xae04('0xc')]);router[_0xae04('0xd')]('/:id',auth[_0xae04('0x9')](),controller[_0xae04('0xe')]);module['exports']=router;
\ No newline at end of file