Built motion from commit 8dca541896b0ff92bb88a36cc13f4f385b593b4b. Version 3.0.0...
[motion-next.git] / server / api / intFreshdeskField / index.js
1 const a262_0x27c7=['index','destroy','delete','post','express','exports','/:id','create','get','isAuthenticated','update'];(function(_0x4439b9,_0x27c7a7){const _0x540634=function(_0x293a1e){while(--_0x293a1e){_0x4439b9['push'](_0x4439b9['shift']());}};_0x540634(++_0x27c7a7);}(a262_0x27c7,0x113));const a262_0x5406=function(_0x4439b9,_0x27c7a7){_0x4439b9=_0x4439b9-0x0;let _0x540634=a262_0x27c7[_0x4439b9];return _0x540634;};const _0x20cd1c=a262_0x5406;'use strict';const express=require(_0x20cd1c('0x4')),router=express['Router'](),auth=require('../../components/auth/service'),controller=require('./intFreshdeskField.controller');router[_0x20cd1c('0x8')]('/',auth[_0x20cd1c('0x9')](),controller[_0x20cd1c('0x0')]),router['get'](_0x20cd1c('0x6'),auth[_0x20cd1c('0x9')](),controller['show']),router[_0x20cd1c('0x3')]('/',auth['isAuthenticated'](),controller[_0x20cd1c('0x7')]),router['put']('/:id',auth[_0x20cd1c('0x9')](),controller[_0x20cd1c('0xa')]),router[_0x20cd1c('0x2')](_0x20cd1c('0x6'),auth[_0x20cd1c('0x9')](),controller[_0x20cd1c('0x1')]),module[_0x20cd1c('0x5')]=router;