Built motion from commit 362b9399b4d0ed5560fbb795af995925d345fc38. Version 3.0.0...
[motion-next.git] / server / api / memberReport / index.js
1 const a537_0xafb4=['exports','put','index','Router','./memberReport.controller','get','delete','/:id','isAuthenticated','create','express','../../components/auth/service'];(function(_0xad0be1,_0x5da0f2){const _0xafb4f2=function(_0x49dd48){while(--_0x49dd48){_0xad0be1['push'](_0xad0be1['shift']());}};_0xafb4f2(++_0x5da0f2);}(a537_0xafb4,0x1c4));const a537_0x49dd=function(_0xad0be1,_0x5da0f2){_0xad0be1=_0xad0be1-0x1a2;let _0xafb4f2=a537_0xafb4[_0xad0be1];return _0xafb4f2;};const a537_0x2603d1=a537_0x49dd;'use strict';const express=require(a537_0x2603d1(0x1a4)),router=express[a537_0x2603d1(0x1a9)](),auth=require(a537_0x2603d1(0x1a5)),controller=require(a537_0x2603d1(0x1aa));router[a537_0x2603d1(0x1ab)]('/',auth[a537_0x2603d1(0x1a2)](),controller[a537_0x2603d1(0x1a8)]),router[a537_0x2603d1(0x1ab)]('/describe',auth[a537_0x2603d1(0x1a2)](),controller['describe']),router[a537_0x2603d1(0x1ab)](a537_0x2603d1(0x1ad),auth[a537_0x2603d1(0x1a2)](),controller['show']),router['post']('/',auth[a537_0x2603d1(0x1a2)](),controller[a537_0x2603d1(0x1a3)]),router[a537_0x2603d1(0x1a7)](a537_0x2603d1(0x1ad),auth[a537_0x2603d1(0x1a2)](),controller['update']),router[a537_0x2603d1(0x1ac)]('/:id',auth[a537_0x2603d1(0x1a2)](),controller['destroy']),module[a537_0x2603d1(0x1a6)]=router;