Built motion from commit b5996064.|2.6.21
[motion2.git] / server / api / voiceMailMessage / index.js
index 7481cb9..d12a141 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xe14b=['update','destroy','exports','multer','util','express','Router','../../components/interaction/service','get','isAuthenticated','index','/:id','show','download','post','create'];(function(_0x555718,_0x1dff13){var _0x42e1da=function(_0x4f6424){while(--_0x4f6424){_0x555718['push'](_0x555718['shift']());}};_0x42e1da(++_0x1dff13);}(_0xe14b,0x93));var _0xbe14=function(_0x211e03,_0x4efa55){_0x211e03=_0x211e03-0x0;var _0x453781=_0xe14b[_0x211e03];return _0x453781;};'use strict';var multer=require(_0xbe14('0x0'));var util=require(_0xbe14('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xbe14('0x2'));var router=express[_0xbe14('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xbe14('0x4'));var config=require('../../config/environment');var controller=require('./voiceMailMessage.controller');router[_0xbe14('0x5')]('/',auth[_0xbe14('0x6')](),controller[_0xbe14('0x7')]);router[_0xbe14('0x5')](_0xbe14('0x8'),auth[_0xbe14('0x6')](),controller[_0xbe14('0x9')]);router['get']('/:id/download',auth['isAuthenticated'](),controller[_0xbe14('0xa')]);router[_0xbe14('0xb')]('/',auth[_0xbe14('0x6')](),controller[_0xbe14('0xc')]);router['put']('/:id',auth[_0xbe14('0x6')](),controller[_0xbe14('0xd')]);router['delete'](_0xbe14('0x8'),auth[_0xbe14('0x6')](),controller[_0xbe14('0xe')]);module[_0xbe14('0xf')]=router;
\ No newline at end of file
+var _0x2a21=['destroy','exports','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','get','show','/:id/download','download','post','put','/:id'];(function(_0x1d99fc,_0x5ad3be){var _0x109fcd=function(_0x56c783){while(--_0x56c783){_0x1d99fc['push'](_0x1d99fc['shift']());}};_0x109fcd(++_0x5ad3be);}(_0x2a21,0x132));var _0x12a2=function(_0x2263cc,_0x2e1dc9){_0x2263cc=_0x2263cc-0x0;var _0x1ba214=_0x2a21[_0x2263cc];return _0x1ba214;};'use strict';var multer=require(_0x12a2('0x0'));var util=require(_0x12a2('0x1'));var path=require(_0x12a2('0x2'));var timeout=require(_0x12a2('0x3'));var express=require(_0x12a2('0x4'));var router=express['Router']();var fs_extra=require(_0x12a2('0x5'));var auth=require(_0x12a2('0x6'));var interaction=require(_0x12a2('0x7'));var config=require(_0x12a2('0x8'));var controller=require('./voiceMailMessage.controller');router['get']('/',auth[_0x12a2('0x9')](),controller['index']);router[_0x12a2('0xa')]('/:id',auth[_0x12a2('0x9')](),controller[_0x12a2('0xb')]);router['get'](_0x12a2('0xc'),auth[_0x12a2('0x9')](),controller[_0x12a2('0xd')]);router[_0x12a2('0xe')]('/',auth[_0x12a2('0x9')](),controller['create']);router[_0x12a2('0xf')](_0x12a2('0x10'),auth['isAuthenticated'](),controller['update']);router['delete'](_0x12a2('0x10'),auth['isAuthenticated'](),controller[_0x12a2('0x11')]);module[_0x12a2('0x12')]=router;
\ No newline at end of file