Built motion from commit b0a9a629.|2.6.33
[motion2.git] / server / api / voiceMail / index.js
index c73bbcf..245cf10 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1a37=['../../config/environment','get','index','/:id','isAuthenticated','getMessages','post','create','put','update','destroy','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x253bb3,_0x22afff){var _0x5c3649=function(_0x30ec57){while(--_0x30ec57){_0x253bb3['push'](_0x253bb3['shift']());}};_0x5c3649(++_0x22afff);}(_0x1a37,0xb4));var _0x71a3=function(_0x279d37,_0x14de3f){_0x279d37=_0x279d37-0x0;var _0x530173=_0x1a37[_0x279d37];return _0x530173;};'use strict';var multer=require(_0x71a3('0x0'));var util=require(_0x71a3('0x1'));var path=require(_0x71a3('0x2'));var timeout=require(_0x71a3('0x3'));var express=require(_0x71a3('0x4'));var router=express[_0x71a3('0x5')]();var fs_extra=require(_0x71a3('0x6'));var auth=require(_0x71a3('0x7'));var interaction=require(_0x71a3('0x8'));var config=require(_0x71a3('0x9'));var controller=require('./voiceMail.controller');router[_0x71a3('0xa')]('/',auth['isAuthenticated'](),controller[_0x71a3('0xb')]);router[_0x71a3('0xa')](_0x71a3('0xc'),auth[_0x71a3('0xd')](),controller['show']);router['get']('/:id/messages',auth['isAuthenticated'](),controller[_0x71a3('0xe')]);router[_0x71a3('0xf')]('/',auth[_0x71a3('0xd')](),controller[_0x71a3('0x10')]);router[_0x71a3('0x11')](_0x71a3('0xc'),auth[_0x71a3('0xd')](),controller[_0x71a3('0x12')]);router['delete']('/:id',auth['isAuthenticated'](),controller[_0x71a3('0x13')]);module[_0x71a3('0x14')]=router;
\ No newline at end of file
+var _0xcaf2=['create','put','delete','destroy','exports','multer','path','connect-timeout','Router','fs-extra','../../components/interaction/service','./voiceMail.controller','get','isAuthenticated','/:id','show','/:id/messages','getMessages','post'];(function(_0x58d3b0,_0x51935e){var _0x17b2c1=function(_0x11156c){while(--_0x11156c){_0x58d3b0['push'](_0x58d3b0['shift']());}};_0x17b2c1(++_0x51935e);}(_0xcaf2,0x8a));var _0x2caf=function(_0x3c1309,_0x66e161){_0x3c1309=_0x3c1309-0x0;var _0x4b71bf=_0xcaf2[_0x3c1309];return _0x4b71bf;};'use strict';var multer=require(_0x2caf('0x0'));var util=require('util');var path=require(_0x2caf('0x1'));var timeout=require(_0x2caf('0x2'));var express=require('express');var router=express[_0x2caf('0x3')]();var fs_extra=require(_0x2caf('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x2caf('0x5'));var config=require('../../config/environment');var controller=require(_0x2caf('0x6'));router[_0x2caf('0x7')]('/',auth[_0x2caf('0x8')](),controller['index']);router[_0x2caf('0x7')](_0x2caf('0x9'),auth[_0x2caf('0x8')](),controller[_0x2caf('0xa')]);router['get'](_0x2caf('0xb'),auth[_0x2caf('0x8')](),controller[_0x2caf('0xc')]);router[_0x2caf('0xd')]('/',auth[_0x2caf('0x8')](),controller[_0x2caf('0xe')]);router[_0x2caf('0xf')](_0x2caf('0x9'),auth[_0x2caf('0x8')](),controller['update']);router[_0x2caf('0x10')](_0x2caf('0x9'),auth[_0x2caf('0x8')](),controller[_0x2caf('0x11')]);module[_0x2caf('0x12')]=router;
\ No newline at end of file