X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FvoiceChanSpy%2Findex.js;h=2355b2cd40edd7f5e432918380c7644fee7055bb;hb=884fcf970b507196a3b60584a74b23a84d7eaf24;hp=6d09df6f96df38ecfddce9a2b0697494bd4b9a94;hpb=032eef5eb1c414450ccc959e49effc8ff508851b;p=motion2.git diff --git a/server/api/voiceChanSpy/index.js b/server/api/voiceChanSpy/index.js index 6d09df6..2355b2c 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 _0x7ee9=['show','post','create','put','/:id','update','delete','connect-timeout','Router','../../components/auth/service','../../config/environment','./voiceChanSpy.controller','get','isAuthenticated','index'];(function(_0x1d23d8,_0x2427c3){var _0x4730e6=function(_0xbed46){while(--_0xbed46){_0x1d23d8['push'](_0x1d23d8['shift']());}};_0x4730e6(++_0x2427c3);}(_0x7ee9,0x115));var _0x97ee=function(_0x1103c4,_0x562d1d){_0x1103c4=_0x1103c4-0x0;var _0x1c19ab=_0x7ee9[_0x1103c4];return _0x1c19ab;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0x97ee('0x0'));var express=require('express');var router=express[_0x97ee('0x1')]();var auth=require(_0x97ee('0x2'));var interaction=require('../../components/interaction/service');var config=require(_0x97ee('0x3'));var controller=require(_0x97ee('0x4'));router[_0x97ee('0x5')]('/',auth[_0x97ee('0x6')](),controller[_0x97ee('0x7')]);router[_0x97ee('0x5')]('/:id',auth[_0x97ee('0x6')](),controller[_0x97ee('0x8')]);router[_0x97ee('0x9')]('/',auth[_0x97ee('0x6')](),controller[_0x97ee('0xa')]);router[_0x97ee('0xb')](_0x97ee('0xc'),auth[_0x97ee('0x6')](),controller[_0x97ee('0xd')]);router[_0x97ee('0xe')](_0x97ee('0xc'),auth['isAuthenticated'](),controller['destroy']);module['exports']=router; \ No newline at end of file +var _0x07cf=['../../config/environment','./voiceChanSpy.controller','get','isAuthenticated','index','show','create','put','/:id','delete','multer','util','connect-timeout','express','Router','../../components/auth/service'];(function(_0x577767,_0xa64fd5){var _0x41d5ae=function(_0x178336){while(--_0x178336){_0x577767['push'](_0x577767['shift']());}};_0x41d5ae(++_0xa64fd5);}(_0x07cf,0xea));var _0xf07c=function(_0x4d21ff,_0x19d202){_0x4d21ff=_0x4d21ff-0x0;var _0x22b554=_0x07cf[_0x4d21ff];return _0x22b554;};'use strict';var multer=require(_0xf07c('0x0'));var util=require(_0xf07c('0x1'));var path=require('path');var timeout=require(_0xf07c('0x2'));var express=require(_0xf07c('0x3'));var router=express[_0xf07c('0x4')]();var auth=require(_0xf07c('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xf07c('0x6'));var controller=require(_0xf07c('0x7'));router[_0xf07c('0x8')]('/',auth[_0xf07c('0x9')](),controller[_0xf07c('0xa')]);router['get']('/:id',auth[_0xf07c('0x9')](),controller[_0xf07c('0xb')]);router['post']('/',auth[_0xf07c('0x9')](),controller[_0xf07c('0xc')]);router[_0xf07c('0xd')](_0xf07c('0xe'),auth[_0xf07c('0x9')](),controller['update']);router[_0xf07c('0xf')](_0xf07c('0xe'),auth[_0xf07c('0x9')](),controller['destroy']);module['exports']=router; \ No newline at end of file