Built motion from commit 67e5df37.|2.0.65
[motion2.git] / server / api / voiceRecording / index.js
1 // xCALLY MOTION OBFUSCATOR 2.0.65
2 var _0x5c4a=['put','update','delete','destroy','util','path','Router','../../components/auth/service','../../config/environment','./voiceRecording.controller','get','isAuthenticated','index','/describe','describe','/:id','/:id/download','/:id/downloads','post'];(function(_0x3f39ab,_0x16c981){var _0x170952=function(_0x45e049){while(--_0x45e049){_0x3f39ab['push'](_0x3f39ab['shift']());}};_0x170952(++_0x16c981);}(_0x5c4a,0xfb));var _0xa5c4=function(_0x4e53a6,_0x319fc1){_0x4e53a6=_0x4e53a6-0x0;var _0xa1afcb=_0x5c4a[_0x4e53a6];return _0xa1afcb;};'use strict';var multer=require('multer');var util=require(_0xa5c4('0x0'));var path=require(_0xa5c4('0x1'));var express=require('express');var router=express[_0xa5c4('0x2')]();var auth=require(_0xa5c4('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0xa5c4('0x4'));var controller=require(_0xa5c4('0x5'));router[_0xa5c4('0x6')]('/',auth[_0xa5c4('0x7')](),controller[_0xa5c4('0x8')]);router['get'](_0xa5c4('0x9'),auth[_0xa5c4('0x7')](),controller[_0xa5c4('0xa')]);router[_0xa5c4('0x6')](_0xa5c4('0xb'),auth[_0xa5c4('0x7')](),controller['show']);router[_0xa5c4('0x6')](_0xa5c4('0xc'),auth[_0xa5c4('0x7')](),controller['download']);router['get'](_0xa5c4('0xd'),controller['downloads']);router[_0xa5c4('0xe')]('/',auth[_0xa5c4('0x7')](),controller['create']);router[_0xa5c4('0xf')](_0xa5c4('0xb'),auth[_0xa5c4('0x7')](),controller[_0xa5c4('0x10')]);router[_0xa5c4('0x11')](_0xa5c4('0xb'),auth[_0xa5c4('0x7')](),controller[_0xa5c4('0x12')]);module['exports']=router;