X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FwhatsappQueueReport%2Findex.js;h=e15da7cbd4e6456d3b82c84fdf22746fb5c40ead;hb=fed88ff2b9fedc76d735d841a58c735e5087ca2f;hp=a1d4ab8a407ab94251330506fc41de7e90ee6bc5;hpb=ece744b31d5c8c1b26913aafb50e0250a2a6b474;p=motion2.git diff --git a/server/api/whatsappQueueReport/index.js b/server/api/whatsappQueueReport/index.js index a1d4ab8..e15da7c 100644 --- a/server/api/whatsappQueueReport/index.js +++ b/server/api/whatsappQueueReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x3e27=['express','Router','fs-extra','../../components/interaction/service','./whatsappQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','post','create','update','delete','destroy','exports','util','path','connect-timeout'];(function(_0x109946,_0x3494b7){var _0x4ed20b=function(_0x578aa4){while(--_0x578aa4){_0x109946['push'](_0x109946['shift']());}};_0x4ed20b(++_0x3494b7);}(_0x3e27,0xed));var _0x73e2=function(_0x4c2895,_0x140000){_0x4c2895=_0x4c2895-0x0;var _0x589bc3=_0x3e27[_0x4c2895];return _0x589bc3;};'use strict';var multer=require('multer');var util=require(_0x73e2('0x0'));var path=require(_0x73e2('0x1'));var timeout=require(_0x73e2('0x2'));var express=require(_0x73e2('0x3'));var router=express[_0x73e2('0x4')]();var fs_extra=require(_0x73e2('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x73e2('0x6'));var config=require('../../config/environment');var controller=require(_0x73e2('0x7'));router[_0x73e2('0x8')]('/',auth[_0x73e2('0x9')](),controller[_0x73e2('0xa')]);router[_0x73e2('0x8')](_0x73e2('0xb'),auth[_0x73e2('0x9')](),controller[_0x73e2('0xc')]);router[_0x73e2('0x8')](_0x73e2('0xd'),auth[_0x73e2('0x9')](),controller['show']);router[_0x73e2('0xe')]('/',auth[_0x73e2('0x9')](),controller[_0x73e2('0xf')]);router['put']('/:id',auth[_0x73e2('0x9')](),controller[_0x73e2('0x10')]);router[_0x73e2('0x11')]('/:id',auth['isAuthenticated'](),controller[_0x73e2('0x12')]);module[_0x73e2('0x13')]=router; \ No newline at end of file +var _0xbef1=['Router','fs-extra','../../components/auth/service','../../config/environment','get','isAuthenticated','index','describe','/:id','show','create','put','update','delete','exports','util','path','connect-timeout','express'];(function(_0x44f524,_0x503be8){var _0x2500e1=function(_0x342119){while(--_0x342119){_0x44f524['push'](_0x44f524['shift']());}};_0x2500e1(++_0x503be8);}(_0xbef1,0xcd));var _0x1bef=function(_0x41203b,_0x55d2ef){_0x41203b=_0x41203b-0x0;var _0x86496e=_0xbef1[_0x41203b];return _0x86496e;};'use strict';var multer=require('multer');var util=require(_0x1bef('0x0'));var path=require(_0x1bef('0x1'));var timeout=require(_0x1bef('0x2'));var express=require(_0x1bef('0x3'));var router=express[_0x1bef('0x4')]();var fs_extra=require(_0x1bef('0x5'));var auth=require(_0x1bef('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x1bef('0x7'));var controller=require('./whatsappQueueReport.controller');router[_0x1bef('0x8')]('/',auth[_0x1bef('0x9')](),controller[_0x1bef('0xa')]);router[_0x1bef('0x8')]('/describe',auth[_0x1bef('0x9')](),controller[_0x1bef('0xb')]);router[_0x1bef('0x8')](_0x1bef('0xc'),auth[_0x1bef('0x9')](),controller[_0x1bef('0xd')]);router['post']('/',auth[_0x1bef('0x9')](),controller[_0x1bef('0xe')]);router[_0x1bef('0xf')](_0x1bef('0xc'),auth[_0x1bef('0x9')](),controller[_0x1bef('0x10')]);router[_0x1bef('0x11')](_0x1bef('0xc'),auth[_0x1bef('0x9')](),controller['destroy']);module[_0x1bef('0x12')]=router; \ No newline at end of file