Built motion from commit b517aaa2a6638133380e4d135c64a80893061362. Version 3.0.0...
[motion-next.git] / server / api / intFreshdeskConfiguration / index.js
1 const a258_0x35e7=['create','/:id','post','/:id/descriptions','express','get','isAuthenticated','/:id/tags','/:id/subjects','show','index','getFields','getTags','put','setTags','getSubjects','../../components/auth/service','delete'];(function(_0x3019ca,_0x35e75e){const _0x33fdb8=function(_0x1051f6){while(--_0x1051f6){_0x3019ca['push'](_0x3019ca['shift']());}};_0x33fdb8(++_0x35e75e);}(a258_0x35e7,0x13d));const a258_0x33fd=function(_0x3019ca,_0x35e75e){_0x3019ca=_0x3019ca-0x0;let _0x33fdb8=a258_0x35e7[_0x3019ca];return _0x33fdb8;};const _0x149451=a258_0x33fd;'use strict';const express=require(_0x149451('0xb')),router=express['Router'](),auth=require(_0x149451('0x5')),controller=require('./intFreshdeskConfiguration.controller');router[_0x149451('0xc')]('/',auth[_0x149451('0xd')](),controller[_0x149451('0x11')]),router[_0x149451('0xc')](_0x149451('0x8'),auth[_0x149451('0xd')](),controller[_0x149451('0x10')]),router[_0x149451('0xc')]('/:id/fields',auth['isAuthenticated'](),controller[_0x149451('0x0')]),router[_0x149451('0xc')](_0x149451('0xf'),auth[_0x149451('0xd')](),controller[_0x149451('0x4')]),router['get'](_0x149451('0xa'),auth[_0x149451('0xd')](),controller['getDescriptions']),router[_0x149451('0xc')](_0x149451('0xe'),auth['isAuthenticated'](),controller[_0x149451('0x1')]),router[_0x149451('0x9')]('/',auth[_0x149451('0xd')](),controller[_0x149451('0x7')]),router['post'](_0x149451('0xe'),auth['isAuthenticated'](),controller[_0x149451('0x3')]),router[_0x149451('0x2')](_0x149451('0x8'),auth['isAuthenticated'](),controller['update']),router[_0x149451('0x6')](_0x149451('0x8'),auth[_0x149451('0xd')](),controller['destroy']),module['exports']=router;