X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FvoiceChanSpy%2Findex.js;h=b89b3a51898da6034800794bb087ce5bf9d81472;hb=d0e53397894213749637bb93a101e4fc9544eaa3;hp=e734f56e6ef57977748b784d72a99c4e87241338;hpb=877636f71ea4e4a4bfc9f2950f78c09e94a43e10;p=motion2.git diff --git a/server/api/voiceChanSpy/index.js b/server/api/voiceChanSpy/index.js index e734f56..b89b3a5 100644 --- a/server/api/voiceChanSpy/index.js +++ b/server/api/voiceChanSpy/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xa234=['get','/:id','post','create','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','isAuthenticated','index'];(function(_0x46ff78,_0x227a5a){var _0x1b8209=function(_0x1b8124){while(--_0x1b8124){_0x46ff78['push'](_0x46ff78['shift']());}};_0x1b8209(++_0x227a5a);}(_0xa234,0x99));var _0x4a23=function(_0x1942e7,_0x3a220e){_0x1942e7=_0x1942e7-0x0;var _0x478b7b=_0xa234[_0x1942e7];return _0x478b7b;};'use strict';var multer=require(_0x4a23('0x0'));var util=require(_0x4a23('0x1'));var path=require(_0x4a23('0x2'));var timeout=require(_0x4a23('0x3'));var express=require(_0x4a23('0x4'));var router=express[_0x4a23('0x5')]();var auth=require(_0x4a23('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./voiceChanSpy.controller');router['get']('/',auth[_0x4a23('0x7')](),controller[_0x4a23('0x8')]);router[_0x4a23('0x9')](_0x4a23('0xa'),auth[_0x4a23('0x7')](),controller['show']);router[_0x4a23('0xb')]('/',auth[_0x4a23('0x7')](),controller[_0x4a23('0xc')]);router[_0x4a23('0xd')]('/:id',auth[_0x4a23('0x7')](),controller[_0x4a23('0xe')]);router[_0x4a23('0xf')](_0x4a23('0xa'),auth[_0x4a23('0x7')](),controller[_0x4a23('0x10')]);module[_0x4a23('0x11')]=router; \ No newline at end of file +var _0x5b8a=['/:id','show','post','create','put','update','delete','destroy','exports','connect-timeout','Router','../../components/auth/service','../../config/environment','./voiceChanSpy.controller','get','isAuthenticated','index'];(function(_0x2b5513,_0x3fe5cd){var _0x578fd2=function(_0x7a9106){while(--_0x7a9106){_0x2b5513['push'](_0x2b5513['shift']());}};_0x578fd2(++_0x3fe5cd);}(_0x5b8a,0x119));var _0xa5b8=function(_0x50c43d,_0x52b18d){_0x50c43d=_0x50c43d-0x0;var _0x4451a1=_0x5b8a[_0x50c43d];return _0x4451a1;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xa5b8('0x0'));var express=require('express');var router=express[_0xa5b8('0x1')]();var auth=require(_0xa5b8('0x2'));var interaction=require('../../components/interaction/service');var config=require(_0xa5b8('0x3'));var controller=require(_0xa5b8('0x4'));router[_0xa5b8('0x5')]('/',auth[_0xa5b8('0x6')](),controller[_0xa5b8('0x7')]);router['get'](_0xa5b8('0x8'),auth[_0xa5b8('0x6')](),controller[_0xa5b8('0x9')]);router[_0xa5b8('0xa')]('/',auth[_0xa5b8('0x6')](),controller[_0xa5b8('0xb')]);router[_0xa5b8('0xc')](_0xa5b8('0x8'),auth['isAuthenticated'](),controller[_0xa5b8('0xd')]);router[_0xa5b8('0xe')]('/:id',auth['isAuthenticated'](),controller[_0xa5b8('0xf')]);module[_0xa5b8('0x10')]=router; \ No newline at end of file