X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FvoiceChanSpy%2Findex.js;h=b10646fd9e3132366b0a65f0e55a00ed7cba0dd3;hb=ebe00679b2d367c1cf2b2b91609ee1ce4bd8fb94;hp=6053f16cfeb0026a8618081ceabb9fe3fec62ea3;hpb=fb34d7d7b73e912de94d572e15e1910ea03e3516;p=motion2.git diff --git a/server/api/voiceChanSpy/index.js b/server/api/voiceChanSpy/index.js index 6053f16..b10646f 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 _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 +var _0xf449=['exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./voiceChanSpy.controller','get','isAuthenticated','index','/:id','show','create','put','update','destroy'];(function(_0x595013,_0x65a215){var _0x2a29e3=function(_0x307bf8){while(--_0x307bf8){_0x595013['push'](_0x595013['shift']());}};_0x2a29e3(++_0x65a215);}(_0xf449,0x73));var _0x9f44=function(_0x31004c,_0x503c2e){_0x31004c=_0x31004c-0x0;var _0x399a98=_0xf449[_0x31004c];return _0x399a98;};'use strict';var multer=require(_0x9f44('0x0'));var util=require(_0x9f44('0x1'));var path=require('path');var timeout=require(_0x9f44('0x2'));var express=require(_0x9f44('0x3'));var router=express[_0x9f44('0x4')]();var fs_extra=require(_0x9f44('0x5'));var auth=require(_0x9f44('0x6'));var interaction=require(_0x9f44('0x7'));var config=require('../../config/environment');var controller=require(_0x9f44('0x8'));router[_0x9f44('0x9')]('/',auth[_0x9f44('0xa')](),controller[_0x9f44('0xb')]);router[_0x9f44('0x9')](_0x9f44('0xc'),auth[_0x9f44('0xa')](),controller[_0x9f44('0xd')]);router['post']('/',auth[_0x9f44('0xa')](),controller[_0x9f44('0xe')]);router[_0x9f44('0xf')]('/:id',auth[_0x9f44('0xa')](),controller[_0x9f44('0x10')]);router['delete']('/:id',auth[_0x9f44('0xa')](),controller[_0x9f44('0x11')]);module[_0x9f44('0x12')]=router; \ No newline at end of file