Built motion from commit 753c950e.|2.5.42
[motion2.git] / server / api / voiceMailMessage / index.js
index 9f4d3c0..03a876d 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8ccd=['exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','/:id','/:id/download','isAuthenticated','download','post','create','delete','destroy'];(function(_0x5eb925,_0x322461){var _0xbb5d50=function(_0x511933){while(--_0x511933){_0x5eb925['push'](_0x5eb925['shift']());}};_0xbb5d50(++_0x322461);}(_0x8ccd,0x99));var _0xd8cc=function(_0x17928f,_0x4ad33f){_0x17928f=_0x17928f-0x0;var _0x500b63=_0x8ccd[_0x17928f];return _0x500b63;};'use strict';var multer=require('multer');var util=require(_0xd8cc('0x0'));var path=require(_0xd8cc('0x1'));var timeout=require(_0xd8cc('0x2'));var express=require(_0xd8cc('0x3'));var router=express[_0xd8cc('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0xd8cc('0x5'));var interaction=require(_0xd8cc('0x6'));var config=require(_0xd8cc('0x7'));var controller=require('./voiceMailMessage.controller');router[_0xd8cc('0x8')]('/',auth['isAuthenticated'](),controller[_0xd8cc('0x9')]);router[_0xd8cc('0x8')](_0xd8cc('0xa'),auth['isAuthenticated'](),controller['show']);router[_0xd8cc('0x8')](_0xd8cc('0xb'),auth[_0xd8cc('0xc')](),controller[_0xd8cc('0xd')]);router[_0xd8cc('0xe')]('/',auth[_0xd8cc('0xc')](),controller[_0xd8cc('0xf')]);router['put'](_0xd8cc('0xa'),auth[_0xd8cc('0xc')](),controller['update']);router[_0xd8cc('0x10')](_0xd8cc('0xa'),auth[_0xd8cc('0xc')](),controller[_0xd8cc('0x11')]);module[_0xd8cc('0x12')]=router;
\ No newline at end of file
+var _0xc37b=['update','delete','destroy','exports','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceMailMessage.controller','get','isAuthenticated','index','/:id','show','download','post','create'];(function(_0x4126e6,_0x5185d3){var _0x4a7152=function(_0x2357ff){while(--_0x2357ff){_0x4126e6['push'](_0x4126e6['shift']());}};_0x4a7152(++_0x5185d3);}(_0xc37b,0x12a));var _0xbc37=function(_0x54ac7a,_0x313ae3){_0x54ac7a=_0x54ac7a-0x0;var _0x5a438e=_0xc37b[_0x54ac7a];return _0x5a438e;};'use strict';var multer=require('multer');var util=require(_0xbc37('0x0'));var path=require('path');var timeout=require(_0xbc37('0x1'));var express=require(_0xbc37('0x2'));var router=express[_0xbc37('0x3')]();var fs_extra=require(_0xbc37('0x4'));var auth=require(_0xbc37('0x5'));var interaction=require(_0xbc37('0x6'));var config=require(_0xbc37('0x7'));var controller=require(_0xbc37('0x8'));router[_0xbc37('0x9')]('/',auth[_0xbc37('0xa')](),controller[_0xbc37('0xb')]);router[_0xbc37('0x9')](_0xbc37('0xc'),auth[_0xbc37('0xa')](),controller[_0xbc37('0xd')]);router[_0xbc37('0x9')]('/:id/download',auth[_0xbc37('0xa')](),controller[_0xbc37('0xe')]);router[_0xbc37('0xf')]('/',auth['isAuthenticated'](),controller[_0xbc37('0x10')]);router['put'](_0xbc37('0xc'),auth[_0xbc37('0xa')](),controller[_0xbc37('0x11')]);router[_0xbc37('0x12')](_0xbc37('0xc'),auth[_0xbc37('0xa')](),controller[_0xbc37('0x13')]);module[_0xbc37('0x14')]=router;
\ No newline at end of file