33159f65760d141698f79429efc8a2f539a07342
[motion-next.git] / server / api / integrationReport / index.js
1 const a361_0x1694=['isAuthenticated','get','index','post','put','exports','/:id','express','create','show','update','Router','/describe','delete','./integrationReport.controller'];(function(_0x3acf0b,_0x169426){const _0x501830=function(_0x1b0b6c){while(--_0x1b0b6c){_0x3acf0b['push'](_0x3acf0b['shift']());}};_0x501830(++_0x169426);}(a361_0x1694,0x181));const a361_0x5018=function(_0x3acf0b,_0x169426){_0x3acf0b=_0x3acf0b-0x0;let _0x501830=a361_0x1694[_0x3acf0b];return _0x501830;};const _0xfb4cb9=a361_0x5018;'use strict';const express=require(_0xfb4cb9('0xc')),router=express[_0xfb4cb9('0x1')](),auth=require('../../components/auth/service'),controller=require(_0xfb4cb9('0x4'));router['get']('/',auth[_0xfb4cb9('0x5')](),controller[_0xfb4cb9('0x7')]),router['get'](_0xfb4cb9('0x2'),auth['isAuthenticated'](),controller['describe']),router[_0xfb4cb9('0x6')](_0xfb4cb9('0xb'),auth[_0xfb4cb9('0x5')](),controller[_0xfb4cb9('0xe')]),router[_0xfb4cb9('0x8')]('/',auth[_0xfb4cb9('0x5')](),controller[_0xfb4cb9('0xd')]),router[_0xfb4cb9('0x9')]('/:id',auth[_0xfb4cb9('0x5')](),controller[_0xfb4cb9('0x0')]),router[_0xfb4cb9('0x3')](_0xfb4cb9('0xb'),auth['isAuthenticated'](),controller['destroy']),module[_0xfb4cb9('0xa')]=router;