Built motion from commit b0a9a629.|2.6.33
[motion2.git] / server / api / chatInternalMessage / index.js
index 4a9a806..19610b3 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xd03c=['../../components/interaction/service','./chatInternalMessage.controller','isAuthenticated','index','describe','/users','getUsers','get','show','post','create','put','/:id','update','delete','destroy','exports','multer','util','path','Router'];(function(_0x28b83a,_0x401d6f){var _0x5985d9=function(_0x37d489){while(--_0x37d489){_0x28b83a['push'](_0x28b83a['shift']());}};_0x5985d9(++_0x401d6f);}(_0xd03c,0x1ca));var _0xcd03=function(_0x4d030c,_0x54c36b){_0x4d030c=_0x4d030c-0x0;var _0x216638=_0xd03c[_0x4d030c];return _0x216638;};'use strict';var multer=require(_0xcd03('0x0'));var util=require(_0xcd03('0x1'));var path=require(_0xcd03('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xcd03('0x3')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0xcd03('0x4'));var config=require('../../config/environment');var controller=require(_0xcd03('0x5'));router['get']('/',auth[_0xcd03('0x6')](),controller[_0xcd03('0x7')]);router['get']('/describe',auth[_0xcd03('0x6')](),controller[_0xcd03('0x8')]);router['get'](_0xcd03('0x9'),auth['isAuthenticated'](),controller[_0xcd03('0xa')]);router[_0xcd03('0xb')]('/:id',auth[_0xcd03('0x6')](),controller[_0xcd03('0xc')]);router[_0xcd03('0xd')]('/',auth[_0xcd03('0x6')](),controller[_0xcd03('0xe')]);router[_0xcd03('0xf')](_0xcd03('0x10'),controller[_0xcd03('0x11')]);router[_0xcd03('0x12')]('/:id',auth[_0xcd03('0x6')](),controller[_0xcd03('0x13')]);module[_0xcd03('0x14')]=router;
\ No newline at end of file
+var _0x52cf=['../../components/interaction/service','../../config/environment','get','index','/describe','isAuthenticated','getUsers','/:id','show','post','create','put','update','delete','destroy','exports','multer','util','path','Router','../../components/auth/service'];(function(_0x421263,_0x18187d){var _0x34e4b5=function(_0x4e7978){while(--_0x4e7978){_0x421263['push'](_0x421263['shift']());}};_0x34e4b5(++_0x18187d);}(_0x52cf,0x121));var _0xf52c=function(_0x2cf2e9,_0xd58ea1){_0x2cf2e9=_0x2cf2e9-0x0;var _0xd3670d=_0x52cf[_0x2cf2e9];return _0xd3670d;};'use strict';var multer=require(_0xf52c('0x0'));var util=require(_0xf52c('0x1'));var path=require(_0xf52c('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xf52c('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0xf52c('0x4'));var interaction=require(_0xf52c('0x5'));var config=require(_0xf52c('0x6'));var controller=require('./chatInternalMessage.controller');router[_0xf52c('0x7')]('/',auth['isAuthenticated'](),controller[_0xf52c('0x8')]);router[_0xf52c('0x7')](_0xf52c('0x9'),auth['isAuthenticated'](),controller['describe']);router[_0xf52c('0x7')]('/users',auth[_0xf52c('0xa')](),controller[_0xf52c('0xb')]);router[_0xf52c('0x7')](_0xf52c('0xc'),auth[_0xf52c('0xa')](),controller[_0xf52c('0xd')]);router[_0xf52c('0xe')]('/',auth['isAuthenticated'](),controller[_0xf52c('0xf')]);router[_0xf52c('0x10')](_0xf52c('0xc'),controller[_0xf52c('0x11')]);router[_0xf52c('0x12')](_0xf52c('0xc'),auth[_0xf52c('0xa')](),controller[_0xf52c('0x13')]);module[_0xf52c('0x14')]=router;
\ No newline at end of file