Built motion from commit 52c8a02d.|2.6.29
[motion2.git] / server / api / voiceExtension / index.js
index 9cb811b..f3a28f2 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 _0x0c5a=['/:id','show','post','create','/:id/applications','addApplications','delete','destroy','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceExtension.controller','get','isAuthenticated','index'];(function(_0xcf42b6,_0x567c7f){var _0x546b5c=function(_0x4f3361){while(--_0x4f3361){_0xcf42b6['push'](_0xcf42b6['shift']());}};_0x546b5c(++_0x567c7f);}(_0x0c5a,0xb0));var _0xa0c5=function(_0x479372,_0x1bb4d3){_0x479372=_0x479372-0x0;var _0x3a9b00=_0x0c5a[_0x479372];return _0x3a9b00;};'use strict';var multer=require(_0xa0c5('0x0'));var util=require('util');var path=require(_0xa0c5('0x1'));var timeout=require(_0xa0c5('0x2'));var express=require(_0xa0c5('0x3'));var router=express[_0xa0c5('0x4')]();var fs_extra=require(_0xa0c5('0x5'));var auth=require(_0xa0c5('0x6'));var interaction=require(_0xa0c5('0x7'));var config=require(_0xa0c5('0x8'));var controller=require(_0xa0c5('0x9'));router[_0xa0c5('0xa')]('/',auth[_0xa0c5('0xb')](),controller[_0xa0c5('0xc')]);router['get'](_0xa0c5('0xd'),auth[_0xa0c5('0xb')](),controller[_0xa0c5('0xe')]);router[_0xa0c5('0xf')]('/',auth[_0xa0c5('0xb')](),controller[_0xa0c5('0x10')]);router[_0xa0c5('0xf')](_0xa0c5('0x11'),auth[_0xa0c5('0xb')](),controller[_0xa0c5('0x12')]);router['put'](_0xa0c5('0xd'),auth[_0xa0c5('0xb')](),controller['update']);router[_0xa0c5('0x13')](_0xa0c5('0xd'),auth[_0xa0c5('0xb')](),controller[_0xa0c5('0x14')]);module['exports']=router;
\ No newline at end of file