Built motion from commit b5413ace.|2.6.9
[motion2.git] / server / api / chatApplication / index.js
index 6193479..30f06a0 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x92df=['util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatApplication.controller','get','/:id','isAuthenticated','put','update','delete','destroy','exports'];(function(_0x50f5ed,_0x1a5d11){var _0x545e4c=function(_0x5160aa){while(--_0x5160aa){_0x50f5ed['push'](_0x50f5ed['shift']());}};_0x545e4c(++_0x1a5d11);}(_0x92df,0x100));var _0xf92d=function(_0x294198,_0x1138d0){_0x294198=_0x294198-0x0;var _0x54124b=_0x92df[_0x294198];return _0x54124b;};'use strict';var multer=require('multer');var util=require(_0xf92d('0x0'));var path=require('path');var timeout=require(_0xf92d('0x1'));var express=require(_0xf92d('0x2'));var router=express[_0xf92d('0x3')]();var auth=require(_0xf92d('0x4'));var interaction=require(_0xf92d('0x5'));var config=require(_0xf92d('0x6'));var controller=require(_0xf92d('0x7'));router[_0xf92d('0x8')](_0xf92d('0x9'),auth[_0xf92d('0xa')](),controller['show']);router[_0xf92d('0xb')](_0xf92d('0x9'),auth[_0xf92d('0xa')](),controller[_0xf92d('0xc')]);router[_0xf92d('0xd')]('/:id',auth[_0xf92d('0xa')](),controller[_0xf92d('0xe')]);module[_0xf92d('0xf')]=router;
\ No newline at end of file
+var _0xd2cc=['./chatApplication.controller','get','/:id','isAuthenticated','show','put','update','destroy','util','path','connect-timeout','Router','../../components/auth/service'];(function(_0x53abe5,_0x33a9e5){var _0xc1c37e=function(_0xd53c6e){while(--_0xd53c6e){_0x53abe5['push'](_0x53abe5['shift']());}};_0xc1c37e(++_0x33a9e5);}(_0xd2cc,0x14d));var _0xcd2c=function(_0x1dd175,_0x590a7b){_0x1dd175=_0x1dd175-0x0;var _0x53539a=_0xd2cc[_0x1dd175];return _0x53539a;};'use strict';var multer=require('multer');var util=require(_0xcd2c('0x0'));var path=require(_0xcd2c('0x1'));var timeout=require(_0xcd2c('0x2'));var express=require('express');var router=express[_0xcd2c('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0xcd2c('0x4'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xcd2c('0x5'));router[_0xcd2c('0x6')](_0xcd2c('0x7'),auth[_0xcd2c('0x8')](),controller[_0xcd2c('0x9')]);router[_0xcd2c('0xa')](_0xcd2c('0x7'),auth['isAuthenticated'](),controller[_0xcd2c('0xb')]);router['delete'](_0xcd2c('0x7'),auth[_0xcd2c('0x8')](),controller[_0xcd2c('0xc')]);module['exports']=router;
\ No newline at end of file