Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / chatTransferReport / index.js
index ecf2adb..e2f0dc2 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4b04=['path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','update','destroy','exports','util'];(function(_0x2f4495,_0x7f95a5){var _0x1495c6=function(_0xb3fc60){while(--_0xb3fc60){_0x2f4495['push'](_0x2f4495['shift']());}};_0x1495c6(++_0x7f95a5);}(_0x4b04,0x153));var _0x44b0=function(_0x3d2465,_0x39a945){_0x3d2465=_0x3d2465-0x0;var _0x430fd5=_0x4b04[_0x3d2465];return _0x430fd5;};'use strict';var multer=require('multer');var util=require(_0x44b0('0x0'));var path=require(_0x44b0('0x1'));var timeout=require(_0x44b0('0x2'));var express=require(_0x44b0('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x44b0('0x4'));var interaction=require(_0x44b0('0x5'));var config=require(_0x44b0('0x6'));var controller=require('./chatTransferReport.controller');router[_0x44b0('0x7')]('/',auth[_0x44b0('0x8')](),controller[_0x44b0('0x9')]);router[_0x44b0('0x7')](_0x44b0('0xa'),auth[_0x44b0('0x8')](),controller[_0x44b0('0xb')]);router['get'](_0x44b0('0xc'),auth['isAuthenticated'](),controller[_0x44b0('0xd')]);router[_0x44b0('0xe')]('/',auth[_0x44b0('0x8')](),controller[_0x44b0('0xf')]);router[_0x44b0('0x10')](_0x44b0('0xc'),auth['isAuthenticated'](),controller[_0x44b0('0x11')]);router['delete'](_0x44b0('0xc'),auth[_0x44b0('0x8')](),controller[_0x44b0('0x12')]);module[_0x44b0('0x13')]=router;
\ No newline at end of file
+var _0xe3d6=['delete','destroy','exports','multer','util','path','connect-timeout','express','Router','get','index','isAuthenticated','describe','/:id','show','put','update'];(function(_0x22bdd3,_0x552e50){var _0x44d9d9=function(_0x2b4ab9){while(--_0x2b4ab9){_0x22bdd3['push'](_0x22bdd3['shift']());}};_0x44d9d9(++_0x552e50);}(_0xe3d6,0x102));var _0x6e3d=function(_0x5b8da7,_0x48a3b8){_0x5b8da7=_0x5b8da7-0x0;var _0x49145e=_0xe3d6[_0x5b8da7];return _0x49145e;};'use strict';var multer=require(_0x6e3d('0x0'));var util=require(_0x6e3d('0x1'));var path=require(_0x6e3d('0x2'));var timeout=require(_0x6e3d('0x3'));var express=require(_0x6e3d('0x4'));var router=express[_0x6e3d('0x5')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./chatTransferReport.controller');router[_0x6e3d('0x6')]('/',auth['isAuthenticated'](),controller[_0x6e3d('0x7')]);router['get']('/describe',auth[_0x6e3d('0x8')](),controller[_0x6e3d('0x9')]);router['get'](_0x6e3d('0xa'),auth[_0x6e3d('0x8')](),controller[_0x6e3d('0xb')]);router['post']('/',auth['isAuthenticated'](),controller['create']);router[_0x6e3d('0xc')]('/:id',auth[_0x6e3d('0x8')](),controller[_0x6e3d('0xd')]);router[_0x6e3d('0xe')](_0x6e3d('0xa'),auth['isAuthenticated'](),controller[_0x6e3d('0xf')]);module[_0x6e3d('0x10')]=router;
\ No newline at end of file