Built motion from commit f651e4b0a7312c0adceb5e57d6684a801a3aaf0d. Version 3.0.0...
[motion-next.git] / server / api / voiceRecording / index.js
1 const a769_0x1dc6=['/:id/download','describe','index','put','isAuthenticated','get','exports','runTranscribe','create','/describe','download','Router','/:id/downloads','/:id/transcribe','show','express','delete','/:id','downloadTranscribe'];(function(_0x4b9f3d,_0x1dc674){const _0x1ba692=function(_0x23631d){while(--_0x23631d){_0x4b9f3d['push'](_0x4b9f3d['shift']());}};_0x1ba692(++_0x1dc674);}(a769_0x1dc6,0x1de));const a769_0x1ba6=function(_0x4b9f3d,_0x1dc674){_0x4b9f3d=_0x4b9f3d-0x0;let _0x1ba692=a769_0x1dc6[_0x4b9f3d];return _0x1ba692;};const _0x25c01e=a769_0x1ba6;'use strict';const express=require(_0x25c01e('0xc')),router=express[_0x25c01e('0x8')](),auth=require('../../components/auth/service'),controller=require('./voiceRecording.controller');router[_0x25c01e('0x2')]('/',auth[_0x25c01e('0x1')](),controller[_0x25c01e('0x12')]),router[_0x25c01e('0x2')](_0x25c01e('0x6'),auth[_0x25c01e('0x1')](),controller[_0x25c01e('0x11')]),router['get'](_0x25c01e('0xe'),auth[_0x25c01e('0x1')](),controller[_0x25c01e('0xb')]),router['get'](_0x25c01e('0x10'),auth[_0x25c01e('0x1')](),controller[_0x25c01e('0x7')]),router['get'](_0x25c01e('0x9'),controller['downloads']),router[_0x25c01e('0x2')](_0x25c01e('0xa'),auth[_0x25c01e('0x1')](),controller[_0x25c01e('0xf')]),router['post']('/',auth['isAuthenticated'](),controller[_0x25c01e('0x5')]),router['post'](_0x25c01e('0xa'),auth[_0x25c01e('0x1')](),controller[_0x25c01e('0x4')]),router[_0x25c01e('0x0')](_0x25c01e('0xe'),auth[_0x25c01e('0x1')](),controller['update']),router[_0x25c01e('0xd')](_0x25c01e('0xe'),auth[_0x25c01e('0x1')](),controller['destroy']),module[_0x25c01e('0x3')]=router;