X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FchatTransferReport%2Findex.js;h=af047d0a1574d87ef3a9feb4297c95f915769d8d;hb=f6a4a6da2059d78b5a9307c96563cc0d2a15e915;hp=23b30dc9f5dca0e2c5ff37a8e999233543df951d;hpb=dfacf7f441a092a1e235cb444060bf10fa72e39a;p=motion2.git diff --git a/server/api/chatTransferReport/index.js b/server/api/chatTransferReport/index.js index 23b30dc..af047d0 100644 --- a/server/api/chatTransferReport/index.js +++ b/server/api/chatTransferReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x2032=['describe','/:id','post','create','put','update','destroy','exports','util','path','connect-timeout','Router','../../components/auth/service','../../config/environment','./chatTransferReport.controller','get','isAuthenticated','index','/describe'];(function(_0x2a46d3,_0x466787){var _0xfb49e4=function(_0x5b3b51){while(--_0x5b3b51){_0x2a46d3['push'](_0x2a46d3['shift']());}};_0xfb49e4(++_0x466787);}(_0x2032,0xd9));var _0x2203=function(_0x3085f8,_0x2d2638){_0x3085f8=_0x3085f8-0x0;var _0x38a5c4=_0x2032[_0x3085f8];return _0x38a5c4;};'use strict';var multer=require('multer');var util=require(_0x2203('0x0'));var path=require(_0x2203('0x1'));var timeout=require(_0x2203('0x2'));var express=require('express');var router=express[_0x2203('0x3')]();var auth=require(_0x2203('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x2203('0x5'));var controller=require(_0x2203('0x6'));router[_0x2203('0x7')]('/',auth[_0x2203('0x8')](),controller[_0x2203('0x9')]);router[_0x2203('0x7')](_0x2203('0xa'),auth[_0x2203('0x8')](),controller[_0x2203('0xb')]);router[_0x2203('0x7')](_0x2203('0xc'),auth['isAuthenticated'](),controller['show']);router[_0x2203('0xd')]('/',auth['isAuthenticated'](),controller[_0x2203('0xe')]);router[_0x2203('0xf')](_0x2203('0xc'),auth['isAuthenticated'](),controller[_0x2203('0x10')]);router['delete'](_0x2203('0xc'),auth['isAuthenticated'](),controller[_0x2203('0x11')]);module[_0x2203('0x12')]=router; \ No newline at end of file +var _0x435a=['delete','destroy','multer','path','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','get','index','/describe','isAuthenticated','describe','show','post','create','put'];(function(_0x1d3577,_0x17a32e){var _0x277d9a=function(_0x4b4144){while(--_0x4b4144){_0x1d3577['push'](_0x1d3577['shift']());}};_0x277d9a(++_0x17a32e);}(_0x435a,0x112));var _0xa435=function(_0x24125c,_0x4fdcf0){_0x24125c=_0x24125c-0x0;var _0x48cc4a=_0x435a[_0x24125c];return _0x48cc4a;};'use strict';var multer=require(_0xa435('0x0'));var util=require('util');var path=require(_0xa435('0x1'));var timeout=require(_0xa435('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xa435('0x3'));var auth=require(_0xa435('0x4'));var interaction=require(_0xa435('0x5'));var config=require('../../config/environment');var controller=require('./chatTransferReport.controller');router[_0xa435('0x6')]('/',auth['isAuthenticated'](),controller[_0xa435('0x7')]);router['get'](_0xa435('0x8'),auth[_0xa435('0x9')](),controller[_0xa435('0xa')]);router[_0xa435('0x6')]('/:id',auth[_0xa435('0x9')](),controller[_0xa435('0xb')]);router[_0xa435('0xc')]('/',auth[_0xa435('0x9')](),controller[_0xa435('0xd')]);router[_0xa435('0xe')]('/:id',auth[_0xa435('0x9')](),controller['update']);router[_0xa435('0xf')]('/:id',auth[_0xa435('0x9')](),controller[_0xa435('0x10')]);module['exports']=router; \ No newline at end of file