Built motion from commit (unavailable).|2.4.4
[motion2.git] / server / api / voiceRecording / index.js
index 5dc7803..5a67f05 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1ba2=['describe','/:id','show','download','/:id/downloads','downloads','post','create','put','update','destroy','exports','multer','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated'];(function(_0x2b8790,_0x47e398){var _0x118893=function(_0x160025){while(--_0x160025){_0x2b8790['push'](_0x2b8790['shift']());}};_0x118893(++_0x47e398);}(_0x1ba2,0xb4));var _0x21ba=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0x1ba2[_0x14add3];return _0x4a174f;};'use strict';var multer=require(_0x21ba('0x0'));var util=require('util');var path=require(_0x21ba('0x1'));var timeout=require('connect-timeout');var express=require(_0x21ba('0x2'));var router=express[_0x21ba('0x3')]();var auth=require(_0x21ba('0x4'));var interaction=require(_0x21ba('0x5'));var config=require(_0x21ba('0x6'));var controller=require('./voiceRecording.controller');router[_0x21ba('0x7')]('/',auth[_0x21ba('0x8')](),controller['index']);router[_0x21ba('0x7')]('/describe',auth[_0x21ba('0x8')](),controller[_0x21ba('0x9')]);router['get'](_0x21ba('0xa'),auth['isAuthenticated'](),controller[_0x21ba('0xb')]);router[_0x21ba('0x7')]('/:id/download',auth[_0x21ba('0x8')](),controller[_0x21ba('0xc')]);router[_0x21ba('0x7')](_0x21ba('0xd'),controller[_0x21ba('0xe')]);router[_0x21ba('0xf')]('/',auth[_0x21ba('0x8')](),controller[_0x21ba('0x10')]);router[_0x21ba('0x11')](_0x21ba('0xa'),auth[_0x21ba('0x8')](),controller[_0x21ba('0x12')]);router['delete']('/:id',auth[_0x21ba('0x8')](),controller[_0x21ba('0x13')]);module[_0x21ba('0x14')]=router;
\ No newline at end of file
+var _0xe130=['exports','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./voiceRecording.controller','get','isAuthenticated','index','/describe','/:id','/:id/download','download','post','create','put','delete','destroy'];(function(_0x18a6c2,_0x181813){var _0x246c8d=function(_0x608167){while(--_0x608167){_0x18a6c2['push'](_0x18a6c2['shift']());}};_0x246c8d(++_0x181813);}(_0xe130,0x127));var _0x0e13=function(_0x470447,_0x4fdbaf){_0x470447=_0x470447-0x0;var _0x4ed695=_0xe130[_0x470447];return _0x4ed695;};'use strict';var multer=require(_0x0e13('0x0'));var util=require(_0x0e13('0x1'));var path=require('path');var timeout=require(_0x0e13('0x2'));var express=require(_0x0e13('0x3'));var router=express[_0x0e13('0x4')]();var auth=require(_0x0e13('0x5'));var interaction=require(_0x0e13('0x6'));var config=require('../../config/environment');var controller=require(_0x0e13('0x7'));router[_0x0e13('0x8')]('/',auth[_0x0e13('0x9')](),controller[_0x0e13('0xa')]);router['get'](_0x0e13('0xb'),auth['isAuthenticated'](),controller['describe']);router['get'](_0x0e13('0xc'),auth[_0x0e13('0x9')](),controller['show']);router['get'](_0x0e13('0xd'),auth[_0x0e13('0x9')](),controller[_0x0e13('0xe')]);router[_0x0e13('0x8')]('/:id/downloads',controller['downloads']);router[_0x0e13('0xf')]('/',auth[_0x0e13('0x9')](),controller[_0x0e13('0x10')]);router[_0x0e13('0x11')]('/:id',auth[_0x0e13('0x9')](),controller['update']);router[_0x0e13('0x12')](_0x0e13('0xc'),auth[_0x0e13('0x9')](),controller[_0x0e13('0x13')]);module[_0x0e13('0x14')]=router;
\ No newline at end of file