Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / chatApplication / index.js
index 9677a8e..d9c8690 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6bbf=['path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','get','isAuthenticated','show','/:id','update','destroy','exports'];(function(_0xf93678,_0x515528){var _0x20153b=function(_0x2c0a36){while(--_0x2c0a36){_0xf93678['push'](_0xf93678['shift']());}};_0x20153b(++_0x515528);}(_0x6bbf,0x11e));var _0xf6bb=function(_0x5f1391,_0x19c132){_0x5f1391=_0x5f1391-0x0;var _0x50ebe3=_0x6bbf[_0x5f1391];return _0x50ebe3;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xf6bb('0x0'));var timeout=require(_0xf6bb('0x1'));var express=require(_0xf6bb('0x2'));var router=express[_0xf6bb('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0xf6bb('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xf6bb('0x5'));var controller=require('./chatApplication.controller');router[_0xf6bb('0x6')]('/:id',auth[_0xf6bb('0x7')](),controller[_0xf6bb('0x8')]);router['put'](_0xf6bb('0x9'),auth['isAuthenticated'](),controller[_0xf6bb('0xa')]);router['delete']('/:id',auth[_0xf6bb('0x7')](),controller[_0xf6bb('0xb')]);module[_0xf6bb('0xc')]=router;
\ No newline at end of file
+var _0x3f50=['../../components/interaction/service','../../config/environment','./chatApplication.controller','get','/:id','isAuthenticated','show','delete','destroy','exports','multer','util','path','connect-timeout','express','Router'];(function(_0x32674e,_0x4f0d04){var _0x2032b8=function(_0x591bf2){while(--_0x591bf2){_0x32674e['push'](_0x32674e['shift']());}};_0x2032b8(++_0x4f0d04);}(_0x3f50,0x10a));var _0x03f5=function(_0x5de96a,_0x3ee340){_0x5de96a=_0x5de96a-0x0;var _0x53ab51=_0x3f50[_0x5de96a];return _0x53ab51;};'use strict';var multer=require(_0x03f5('0x0'));var util=require(_0x03f5('0x1'));var path=require(_0x03f5('0x2'));var timeout=require(_0x03f5('0x3'));var express=require(_0x03f5('0x4'));var router=express[_0x03f5('0x5')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x03f5('0x6'));var config=require(_0x03f5('0x7'));var controller=require(_0x03f5('0x8'));router[_0x03f5('0x9')](_0x03f5('0xa'),auth[_0x03f5('0xb')](),controller[_0x03f5('0xc')]);router['put']('/:id',auth[_0x03f5('0xb')](),controller['update']);router[_0x03f5('0xd')](_0x03f5('0xa'),auth[_0x03f5('0xb')](),controller[_0x03f5('0xe')]);module[_0x03f5('0xf')]=router;
\ No newline at end of file