116ab0efd4b49de40cfa2de3d716d022971b92ca
[motion-next.git] / server / api / voiceContext / index.js
1 const a859_0x4e7d=['/:id','exports','./voiceContext.controller','delete','express','destroy','create','get','update','isAuthenticated','show','index','../../components/auth/service'];(function(_0x506901,_0x3bf3f5){const _0x4e7d36=function(_0x4163ef){while(--_0x4163ef){_0x506901['push'](_0x506901['shift']());}};_0x4e7d36(++_0x3bf3f5);}(a859_0x4e7d,0xce));const a859_0x4163=function(_0x506901,_0x3bf3f5){_0x506901=_0x506901-0x1e5;let _0x4e7d36=a859_0x4e7d[_0x506901];return _0x4e7d36;};const a859_0x1828d0=a859_0x4163;'use strict';const express=require(a859_0x1828d0(0x1eb)),router=express['Router'](),auth=require(a859_0x1828d0(0x1e6)),controller=require(a859_0x1828d0(0x1e9));router[a859_0x1828d0(0x1ee)]('/',auth['isAuthenticated'](),controller[a859_0x1828d0(0x1e5)]),router[a859_0x1828d0(0x1ee)](a859_0x1828d0(0x1e7),auth[a859_0x1828d0(0x1f0)](),controller[a859_0x1828d0(0x1f1)]),router['post']('/',auth[a859_0x1828d0(0x1f0)](),controller[a859_0x1828d0(0x1ed)]),router['put'](a859_0x1828d0(0x1e7),auth['isAuthenticated'](),controller[a859_0x1828d0(0x1ef)]),router[a859_0x1828d0(0x1ea)]('/:id',auth[a859_0x1828d0(0x1f0)](),controller[a859_0x1828d0(0x1ec)]),module[a859_0x1828d0(0x1e8)]=router;