Built motion from commit f25620e4.|2.6.30
[motion2.git] / server / api / voiceMailMessage / index.js
index 07bb2fa..918f2e6 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5b2e=['destroy','exports','multer','path','connect-timeout','express','../../components/auth/service','../../config/environment','./voiceMailMessage.controller','isAuthenticated','get','show','/:id/download','post','create','/:id','update'];(function(_0x337324,_0x4d58cd){var _0x26943b=function(_0x377037){while(--_0x377037){_0x337324['push'](_0x337324['shift']());}};_0x26943b(++_0x4d58cd);}(_0x5b2e,0x101));var _0xe5b2=function(_0x40ebdc,_0x2fdba8){_0x40ebdc=_0x40ebdc-0x0;var _0x172be4=_0x5b2e[_0x40ebdc];return _0x172be4;};'use strict';var multer=require(_0xe5b2('0x0'));var util=require('util');var path=require(_0xe5b2('0x1'));var timeout=require(_0xe5b2('0x2'));var express=require(_0xe5b2('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xe5b2('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xe5b2('0x5'));var controller=require(_0xe5b2('0x6'));router['get']('/',auth[_0xe5b2('0x7')](),controller['index']);router[_0xe5b2('0x8')]('/:id',auth[_0xe5b2('0x7')](),controller[_0xe5b2('0x9')]);router[_0xe5b2('0x8')](_0xe5b2('0xa'),auth['isAuthenticated'](),controller['download']);router[_0xe5b2('0xb')]('/',auth[_0xe5b2('0x7')](),controller[_0xe5b2('0xc')]);router['put'](_0xe5b2('0xd'),auth[_0xe5b2('0x7')](),controller[_0xe5b2('0xe')]);router['delete'](_0xe5b2('0xd'),auth[_0xe5b2('0x7')](),controller[_0xe5b2('0xf')]);module[_0xe5b2('0x10')]=router;
\ No newline at end of file
+var _0xfc7a=['delete','destroy','util','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','/:id','show','/:id/download','post','put','update'];(function(_0x934425,_0x5af72f){var _0x31d596=function(_0x219869){while(--_0x219869){_0x934425['push'](_0x934425['shift']());}};_0x31d596(++_0x5af72f);}(_0xfc7a,0x10c));var _0xafc7=function(_0x13211b,_0x3050c2){_0x13211b=_0x13211b-0x0;var _0x4adb44=_0xfc7a[_0x13211b];return _0x4adb44;};'use strict';var multer=require('multer');var util=require(_0xafc7('0x0'));var path=require(_0xafc7('0x1'));var timeout=require('connect-timeout');var express=require(_0xafc7('0x2'));var router=express[_0xafc7('0x3')]();var fs_extra=require(_0xafc7('0x4'));var auth=require(_0xafc7('0x5'));var interaction=require(_0xafc7('0x6'));var config=require(_0xafc7('0x7'));var controller=require('./voiceMailMessage.controller');router['get']('/',auth[_0xafc7('0x8')](),controller[_0xafc7('0x9')]);router[_0xafc7('0xa')](_0xafc7('0xb'),auth[_0xafc7('0x8')](),controller[_0xafc7('0xc')]);router['get'](_0xafc7('0xd'),auth['isAuthenticated'](),controller['download']);router[_0xafc7('0xe')]('/',auth[_0xafc7('0x8')](),controller['create']);router[_0xafc7('0xf')]('/:id',auth[_0xafc7('0x8')](),controller[_0xafc7('0x10')]);router[_0xafc7('0x11')](_0xafc7('0xb'),auth['isAuthenticated'](),controller[_0xafc7('0x12')]);module['exports']=router;
\ No newline at end of file