b6454e861e4a9bb9973784dcff9979d1ebddb00c
[motion-next.git] / server / api / analyticCustomReport / index.js
1 const a7_0x5486=['put','isAuthenticated','query','/:id','/:id/query','create','show','update','get','express','/:id/preview','post','delete','exports','/:id/run','./analyticCustomReport.controller','index'];(function(_0x7aa6cc,_0x5486c5){const _0x464355=function(_0x1408ed){while(--_0x1408ed){_0x7aa6cc['push'](_0x7aa6cc['shift']());}};_0x464355(++_0x5486c5);}(a7_0x5486,0x141));const a7_0x4643=function(_0x7aa6cc,_0x5486c5){_0x7aa6cc=_0x7aa6cc-0x0;let _0x464355=a7_0x5486[_0x7aa6cc];return _0x464355;};const _0xed4d6e=a7_0x4643;'use strict';const express=require(_0xed4d6e('0xb')),router=express['Router'](),auth=require('../../components/auth/service'),controller=require(_0xed4d6e('0x0'));router['get']('/',auth[_0xed4d6e('0x3')](),controller[_0xed4d6e('0x1')]),router[_0xed4d6e('0xa')](_0xed4d6e('0x5'),auth[_0xed4d6e('0x3')](),controller[_0xed4d6e('0x8')]),router[_0xed4d6e('0xa')](_0xed4d6e('0xc'),auth['isAuthenticated'](),controller['preview']),router['get'](_0xed4d6e('0x10'),auth[_0xed4d6e('0x3')](),controller['run']),router['get'](_0xed4d6e('0x6'),auth[_0xed4d6e('0x3')](),controller[_0xed4d6e('0x4')]),router[_0xed4d6e('0xd')]('/',auth[_0xed4d6e('0x3')](),controller[_0xed4d6e('0x7')]),router[_0xed4d6e('0x2')](_0xed4d6e('0x5'),auth[_0xed4d6e('0x3')](),controller[_0xed4d6e('0x9')]),router[_0xed4d6e('0xe')](_0xed4d6e('0x5'),auth['isAuthenticated'](),controller['destroy']),module[_0xed4d6e('0xf')]=router;