Built motion from commit 8dca541896b0ff92bb88a36cc13f4f385b593b4b. Version 3.0.0...
[motion-next.git] / server / api / openchannelInteraction / index.js
1 const a478_0x5ec1=['exports','delete','/:id/download','update','../../components/interaction/service','show','get','openchannel','create','addMessage','Router','isAuthenticated','addTags','/:id/messages','/:id/tags','/:id','post','destroy','download','describe','tracked'];(function(_0x161e26,_0x5ec1f4){const _0x7075c8=function(_0x56b631){while(--_0x56b631){_0x161e26['push'](_0x161e26['shift']());}};_0x7075c8(++_0x5ec1f4);}(a478_0x5ec1,0xc3));const a478_0x7075=function(_0x161e26,_0x5ec1f4){_0x161e26=_0x161e26-0x0;let _0x7075c8=a478_0x5ec1[_0x161e26];return _0x7075c8;};const _0x47a508=a478_0x7075;'use strict';const express=require('express'),router=express[_0x47a508('0x4')](),auth=require('../../components/auth/service'),interaction=require(_0x47a508('0x13')),controller=require('./openchannelInteraction.controller');router[_0x47a508('0x0')]('/',auth[_0x47a508('0x5')](),controller['index']),router[_0x47a508('0x0')]('/describe',auth[_0x47a508('0x5')](),controller[_0x47a508('0xd')]),router[_0x47a508('0x0')](_0x47a508('0x9'),auth[_0x47a508('0x5')](),controller[_0x47a508('0x14')]),router[_0x47a508('0x0')](_0x47a508('0x7'),auth['isAuthenticated'](),controller['getMessages']),router[_0x47a508('0x0')](_0x47a508('0x11'),auth[_0x47a508('0x5')](),controller[_0x47a508('0xc')]),router[_0x47a508('0xa')]('/',auth[_0x47a508('0x5')](),controller[_0x47a508('0x2')]),router['post'](_0x47a508('0x7'),auth['isAuthenticated'](),controller[_0x47a508('0x3')]),router[_0x47a508('0xa')](_0x47a508('0x8'),auth[_0x47a508('0x5')](),interaction['tracked'](_0x47a508('0x1'),'openchannelinteraction:addtags'),controller[_0x47a508('0x6')]),router['put'](_0x47a508('0x9'),auth[_0x47a508('0x5')](),interaction[_0x47a508('0xe')]('openchannel','openchannelinteraction:update'),controller[_0x47a508('0x12')]),router[_0x47a508('0x10')](_0x47a508('0x9'),auth[_0x47a508('0x5')](),interaction[_0x47a508('0xe')]('openchannel','openchannelinteraction:destroy'),controller[_0x47a508('0xb')]),router['delete'](_0x47a508('0x8'),auth['isAuthenticated'](),controller['removeTags']),module[_0x47a508('0xf')]=router;