Built motion from commit 37e1ed56.|2.6.29
[motion2.git] / server / api / voiceMailMessage / index.js
index 6abb99a..05ca9bd 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x85f4=['./voiceMailMessage.controller','get','isAuthenticated','index','/:id','/:id/download','download','post','create','put','update','destroy','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x1602a5,_0x21b902){var _0x3b01e1=function(_0x4ca0df){while(--_0x4ca0df){_0x1602a5['push'](_0x1602a5['shift']());}};_0x3b01e1(++_0x21b902);}(_0x85f4,0xa0));var _0x485f=function(_0x167cc1,_0x56ef5a){_0x167cc1=_0x167cc1-0x0;var _0x10bc4b=_0x85f4[_0x167cc1];return _0x10bc4b;};'use strict';var multer=require('multer');var util=require(_0x485f('0x0'));var path=require(_0x485f('0x1'));var timeout=require(_0x485f('0x2'));var express=require(_0x485f('0x3'));var router=express[_0x485f('0x4')]();var fs_extra=require(_0x485f('0x5'));var auth=require(_0x485f('0x6'));var interaction=require(_0x485f('0x7'));var config=require('../../config/environment');var controller=require(_0x485f('0x8'));router[_0x485f('0x9')]('/',auth[_0x485f('0xa')](),controller[_0x485f('0xb')]);router['get'](_0x485f('0xc'),auth[_0x485f('0xa')](),controller['show']);router[_0x485f('0x9')](_0x485f('0xd'),auth[_0x485f('0xa')](),controller[_0x485f('0xe')]);router[_0x485f('0xf')]('/',auth[_0x485f('0xa')](),controller[_0x485f('0x10')]);router[_0x485f('0x11')](_0x485f('0xc'),auth[_0x485f('0xa')](),controller[_0x485f('0x12')]);router['delete'](_0x485f('0xc'),auth[_0x485f('0xa')](),controller[_0x485f('0x13')]);module[_0x485f('0x14')]=router;
\ No newline at end of file
+var _0xb3ad=['/:id','/:id/download','download','post','create','put','delete','destroy','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./voiceMailMessage.controller','get','isAuthenticated'];(function(_0x1f2c03,_0x523877){var _0x3d4bf8=function(_0x47cbfc){while(--_0x47cbfc){_0x1f2c03['push'](_0x1f2c03['shift']());}};_0x3d4bf8(++_0x523877);}(_0xb3ad,0xd1));var _0xdb3a=function(_0x23bfe4,_0x476420){_0x23bfe4=_0x23bfe4-0x0;var _0x36f33d=_0xb3ad[_0x23bfe4];return _0x36f33d;};'use strict';var multer=require('multer');var util=require(_0xdb3a('0x0'));var path=require(_0xdb3a('0x1'));var timeout=require(_0xdb3a('0x2'));var express=require(_0xdb3a('0x3'));var router=express[_0xdb3a('0x4')]();var fs_extra=require(_0xdb3a('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xdb3a('0x6'));var config=require(_0xdb3a('0x7'));var controller=require(_0xdb3a('0x8'));router[_0xdb3a('0x9')]('/',auth[_0xdb3a('0xa')](),controller['index']);router[_0xdb3a('0x9')](_0xdb3a('0xb'),auth[_0xdb3a('0xa')](),controller['show']);router[_0xdb3a('0x9')](_0xdb3a('0xc'),auth[_0xdb3a('0xa')](),controller[_0xdb3a('0xd')]);router[_0xdb3a('0xe')]('/',auth[_0xdb3a('0xa')](),controller[_0xdb3a('0xf')]);router[_0xdb3a('0x10')](_0xdb3a('0xb'),auth[_0xdb3a('0xa')](),controller['update']);router[_0xdb3a('0x11')]('/:id',auth['isAuthenticated'](),controller[_0xdb3a('0x12')]);module[_0xdb3a('0x13')]=router;
\ No newline at end of file