Built motion from commit b517aaa2a6638133380e4d135c64a80893061362. Version 3.0.0...
[motion-next.git] / server / api / chatInternalMessage / index.js
1 const a78_0x2f0f=['isAuthenticated','update','create','./chatInternalMessage.controller','express','delete','/:id','post','put','index','getUsers','get','Router','show','destroy'];(function(_0x56d21f,_0x2f0f36){const _0x4b6e1b=function(_0x17e6fa){while(--_0x17e6fa){_0x56d21f['push'](_0x56d21f['shift']());}};_0x4b6e1b(++_0x2f0f36);}(a78_0x2f0f,0x1ba));const a78_0x4b6e=function(_0x56d21f,_0x2f0f36){_0x56d21f=_0x56d21f-0x0;let _0x4b6e1b=a78_0x2f0f[_0x56d21f];return _0x4b6e1b;};const _0xa7b518=a78_0x4b6e;'use strict';const express=require(_0xa7b518('0xc')),router=express[_0xa7b518('0x5')](),auth=require('../../components/auth/service'),controller=require(_0xa7b518('0xb'));router[_0xa7b518('0x4')]('/',auth['isAuthenticated'](),controller[_0xa7b518('0x2')]),router[_0xa7b518('0x4')]('/describe',auth[_0xa7b518('0x8')](),controller['describe']),router['get']('/users',auth[_0xa7b518('0x8')](),controller[_0xa7b518('0x3')]),router[_0xa7b518('0x4')](_0xa7b518('0xe'),auth['isAuthenticated'](),controller[_0xa7b518('0x6')]),router[_0xa7b518('0x0')]('/',auth[_0xa7b518('0x8')](),controller[_0xa7b518('0xa')]),router[_0xa7b518('0x1')](_0xa7b518('0xe'),controller[_0xa7b518('0x9')]),router[_0xa7b518('0xd')](_0xa7b518('0xe'),auth['isAuthenticated'](),controller[_0xa7b518('0x7')]),module['exports']=router;