Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / voiceExtension / index.js
index 9cb811b..35f3923 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1fcc=['util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceExtension.controller','isAuthenticated','index','get','show','create','/:id/applications','addApplications','put','update','delete','/:id','exports','multer'];(function(_0x45923f,_0xaa32da){var _0x3072f4=function(_0xa97f78){while(--_0xa97f78){_0x45923f['push'](_0x45923f['shift']());}};_0x3072f4(++_0xaa32da);}(_0x1fcc,0x125));var _0xc1fc=function(_0x5a7d41,_0x4447e2){_0x5a7d41=_0x5a7d41-0x0;var _0x98d8fa=_0x1fcc[_0x5a7d41];return _0x98d8fa;};'use strict';var multer=require(_0xc1fc('0x0'));var util=require(_0xc1fc('0x1'));var path=require('path');var timeout=require(_0xc1fc('0x2'));var express=require(_0xc1fc('0x3'));var router=express[_0xc1fc('0x4')]();var auth=require(_0xc1fc('0x5'));var interaction=require(_0xc1fc('0x6'));var config=require(_0xc1fc('0x7'));var controller=require(_0xc1fc('0x8'));router['get']('/',auth[_0xc1fc('0x9')](),controller[_0xc1fc('0xa')]);router[_0xc1fc('0xb')]('/:id',auth[_0xc1fc('0x9')](),controller[_0xc1fc('0xc')]);router['post']('/',auth[_0xc1fc('0x9')](),controller[_0xc1fc('0xd')]);router['post'](_0xc1fc('0xe'),auth['isAuthenticated'](),controller[_0xc1fc('0xf')]);router[_0xc1fc('0x10')]('/:id',auth[_0xc1fc('0x9')](),controller[_0xc1fc('0x11')]);router[_0xc1fc('0x12')](_0xc1fc('0x13'),auth[_0xc1fc('0x9')](),controller['destroy']);module[_0xc1fc('0x14')]=router;
\ No newline at end of file
+var _0xf168=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceExtension.controller','get','index','/:id','post','/:id/applications','isAuthenticated','addApplications','update','delete','exports','multer'];(function(_0x1fc84d,_0x3f469d){var _0x2658fa=function(_0x189ad0){while(--_0x189ad0){_0x1fc84d['push'](_0x1fc84d['shift']());}};_0x2658fa(++_0x3f469d);}(_0xf168,0x68));var _0x8f16=function(_0x2dafbe,_0x5d04de){_0x2dafbe=_0x2dafbe-0x0;var _0x58a45a=_0xf168[_0x2dafbe];return _0x58a45a;};'use strict';var multer=require(_0x8f16('0x0'));var util=require(_0x8f16('0x1'));var path=require(_0x8f16('0x2'));var timeout=require(_0x8f16('0x3'));var express=require(_0x8f16('0x4'));var router=express[_0x8f16('0x5')]();var fs_extra=require(_0x8f16('0x6'));var auth=require(_0x8f16('0x7'));var interaction=require(_0x8f16('0x8'));var config=require(_0x8f16('0x9'));var controller=require(_0x8f16('0xa'));router[_0x8f16('0xb')]('/',auth['isAuthenticated'](),controller[_0x8f16('0xc')]);router[_0x8f16('0xb')](_0x8f16('0xd'),auth['isAuthenticated'](),controller['show']);router[_0x8f16('0xe')]('/',auth['isAuthenticated'](),controller['create']);router[_0x8f16('0xe')](_0x8f16('0xf'),auth[_0x8f16('0x10')](),controller[_0x8f16('0x11')]);router['put']('/:id',auth[_0x8f16('0x10')](),controller[_0x8f16('0x12')]);router[_0x8f16('0x13')](_0x8f16('0xd'),auth[_0x8f16('0x10')](),controller['destroy']);module[_0x8f16('0x14')]=router;
\ No newline at end of file