Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / server / api / voiceMailMessage / index.js
index 3b6dd67..d82b054 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x320a=['../../components/interaction/service','../../config/environment','./voiceMailMessage.controller','get','index','/:id','show','/:id/download','download','post','isAuthenticated','create','delete','destroy','exports','multer','util','path','connect-timeout','../../components/auth/service'];(function(_0x27f468,_0x22e8d4){var _0x19146e=function(_0x850d97){while(--_0x850d97){_0x27f468['push'](_0x27f468['shift']());}};_0x19146e(++_0x22e8d4);}(_0x320a,0xd7));var _0xa320=function(_0x19c0fb,_0x1c6390){_0x19c0fb=_0x19c0fb-0x0;var _0x231459=_0x320a[_0x19c0fb];return _0x231459;};'use strict';var multer=require(_0xa320('0x0'));var util=require(_0xa320('0x1'));var path=require(_0xa320('0x2'));var timeout=require(_0xa320('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xa320('0x4'));var interaction=require(_0xa320('0x5'));var config=require(_0xa320('0x6'));var controller=require(_0xa320('0x7'));router[_0xa320('0x8')]('/',auth['isAuthenticated'](),controller[_0xa320('0x9')]);router[_0xa320('0x8')](_0xa320('0xa'),auth['isAuthenticated'](),controller[_0xa320('0xb')]);router[_0xa320('0x8')](_0xa320('0xc'),auth['isAuthenticated'](),controller[_0xa320('0xd')]);router[_0xa320('0xe')]('/',auth[_0xa320('0xf')](),controller[_0xa320('0x10')]);router['put'](_0xa320('0xa'),auth[_0xa320('0xf')](),controller['update']);router[_0xa320('0x11')](_0xa320('0xa'),auth[_0xa320('0xf')](),controller[_0xa320('0x12')]);module[_0xa320('0x13')]=router;
\ No newline at end of file
+var _0x2cb8=['path','connect-timeout','express','get','index','/:id','isAuthenticated','show','download','post','create','put','update','exports','multer','util'];(function(_0x5ee44c,_0x40b004){var _0x4674b2=function(_0x22d8c3){while(--_0x22d8c3){_0x5ee44c['push'](_0x5ee44c['shift']());}};_0x4674b2(++_0x40b004);}(_0x2cb8,0x13e));var _0x82cb=function(_0x4b7ec6,_0x3180d9){_0x4b7ec6=_0x4b7ec6-0x0;var _0x4f3c3e=_0x2cb8[_0x4b7ec6];return _0x4f3c3e;};'use strict';var multer=require(_0x82cb('0x0'));var util=require(_0x82cb('0x1'));var path=require(_0x82cb('0x2'));var timeout=require(_0x82cb('0x3'));var express=require(_0x82cb('0x4'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./voiceMailMessage.controller');router[_0x82cb('0x5')]('/',auth['isAuthenticated'](),controller[_0x82cb('0x6')]);router['get'](_0x82cb('0x7'),auth[_0x82cb('0x8')](),controller[_0x82cb('0x9')]);router['get']('/:id/download',auth[_0x82cb('0x8')](),controller[_0x82cb('0xa')]);router[_0x82cb('0xb')]('/',auth[_0x82cb('0x8')](),controller[_0x82cb('0xc')]);router[_0x82cb('0xd')](_0x82cb('0x7'),auth[_0x82cb('0x8')](),controller[_0x82cb('0xe')]);router['delete'](_0x82cb('0x7'),auth[_0x82cb('0x8')](),controller['destroy']);module[_0x82cb('0xf')]=router;
\ No newline at end of file