Built motion from commit c116dc8b.|2.6.30
[motion2.git] / server / api / voiceMail / index.js
index f7aaa5b..7256923 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb145=['show','/:id/messages','getMessages','post','create','put','update','destroy','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./voiceMail.controller','get','isAuthenticated','index','/:id'];(function(_0x6d62a9,_0x267d78){var _0x1a3557=function(_0x55a7bf){while(--_0x55a7bf){_0x6d62a9['push'](_0x6d62a9['shift']());}};_0x1a3557(++_0x267d78);}(_0xb145,0xa3));var _0x5b14=function(_0x4b9327,_0x55e370){_0x4b9327=_0x4b9327-0x0;var _0x47e17d=_0xb145[_0x4b9327];return _0x47e17d;};'use strict';var multer=require('multer');var util=require(_0x5b14('0x0'));var path=require(_0x5b14('0x1'));var timeout=require(_0x5b14('0x2'));var express=require(_0x5b14('0x3'));var router=express[_0x5b14('0x4')]();var fs_extra=require(_0x5b14('0x5'));var auth=require(_0x5b14('0x6'));var interaction=require(_0x5b14('0x7'));var config=require('../../config/environment');var controller=require(_0x5b14('0x8'));router[_0x5b14('0x9')]('/',auth[_0x5b14('0xa')](),controller[_0x5b14('0xb')]);router['get'](_0x5b14('0xc'),auth[_0x5b14('0xa')](),controller[_0x5b14('0xd')]);router[_0x5b14('0x9')](_0x5b14('0xe'),auth['isAuthenticated'](),controller[_0x5b14('0xf')]);router[_0x5b14('0x10')]('/',auth['isAuthenticated'](),controller[_0x5b14('0x11')]);router[_0x5b14('0x12')](_0x5b14('0xc'),auth[_0x5b14('0xa')](),controller[_0x5b14('0x13')]);router['delete'](_0x5b14('0xc'),auth['isAuthenticated'](),controller[_0x5b14('0x14')]);module[_0x5b14('0x15')]=router;
\ No newline at end of file
+var _0xafb9=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','index','isAuthenticated','show','getMessages','post','create','update','delete','/:id','destroy','exports','multer'];(function(_0x2fa4de,_0x12b873){var _0x47a9e7=function(_0x5ca8b5){while(--_0x5ca8b5){_0x2fa4de['push'](_0x2fa4de['shift']());}};_0x47a9e7(++_0x12b873);}(_0xafb9,0x68));var _0x9afb=function(_0x59297b,_0x5e3869){_0x59297b=_0x59297b-0x0;var _0x4d3282=_0xafb9[_0x59297b];return _0x4d3282;};'use strict';var multer=require(_0x9afb('0x0'));var util=require(_0x9afb('0x1'));var path=require(_0x9afb('0x2'));var timeout=require(_0x9afb('0x3'));var express=require(_0x9afb('0x4'));var router=express[_0x9afb('0x5')]();var fs_extra=require(_0x9afb('0x6'));var auth=require(_0x9afb('0x7'));var interaction=require(_0x9afb('0x8'));var config=require('../../config/environment');var controller=require('./voiceMail.controller');router[_0x9afb('0x9')]('/',auth['isAuthenticated'](),controller[_0x9afb('0xa')]);router['get']('/:id',auth[_0x9afb('0xb')](),controller[_0x9afb('0xc')]);router[_0x9afb('0x9')]('/:id/messages',auth[_0x9afb('0xb')](),controller[_0x9afb('0xd')]);router[_0x9afb('0xe')]('/',auth[_0x9afb('0xb')](),controller[_0x9afb('0xf')]);router['put']('/:id',auth[_0x9afb('0xb')](),controller[_0x9afb('0x10')]);router[_0x9afb('0x11')](_0x9afb('0x12'),auth[_0x9afb('0xb')](),controller[_0x9afb('0x13')]);module[_0x9afb('0x14')]=router;
\ No newline at end of file