X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FchatQueueReport%2Findex.js;h=5c13e7c6952f02a98eafcc7bf551e44d1da9aaf7;hb=5ce610d3f4c768865e05185aa062c8402f6dcea4;hp=1f23a458cc0259fb2a67c82c275f17e7ab76de01;hpb=24271de0e5dd1b448821a50abace88b2fad818a2;p=motion2.git diff --git a/server/api/chatQueueReport/index.js b/server/api/chatQueueReport/index.js index 1f23a45..5c13e7c 100644 --- a/server/api/chatQueueReport/index.js +++ b/server/api/chatQueueReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xc441=['/:id','show','post','create','put','delete','destroy','exports','multer','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe'];(function(_0x136c79,_0x2451f0){var _0x3ab14f=function(_0x386db3){while(--_0x386db3){_0x136c79['push'](_0x136c79['shift']());}};_0x3ab14f(++_0x2451f0);}(_0xc441,0x1d4));var _0x1c44=function(_0x56ad44,_0x4855be){_0x56ad44=_0x56ad44-0x0;var _0x708169=_0xc441[_0x56ad44];return _0x708169;};'use strict';var multer=require(_0x1c44('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x1c44('0x1'));var express=require(_0x1c44('0x2'));var router=express[_0x1c44('0x3')]();var auth=require(_0x1c44('0x4'));var interaction=require(_0x1c44('0x5'));var config=require(_0x1c44('0x6'));var controller=require('./chatQueueReport.controller');router[_0x1c44('0x7')]('/',auth[_0x1c44('0x8')](),controller[_0x1c44('0x9')]);router[_0x1c44('0x7')](_0x1c44('0xa'),auth[_0x1c44('0x8')](),controller[_0x1c44('0xb')]);router['get'](_0x1c44('0xc'),auth[_0x1c44('0x8')](),controller[_0x1c44('0xd')]);router[_0x1c44('0xe')]('/',auth[_0x1c44('0x8')](),controller[_0x1c44('0xf')]);router[_0x1c44('0x10')](_0x1c44('0xc'),auth[_0x1c44('0x8')](),controller['update']);router[_0x1c44('0x11')](_0x1c44('0xc'),auth['isAuthenticated'](),controller[_0x1c44('0x12')]);module[_0x1c44('0x13')]=router; \ No newline at end of file +var _0x74a2=['index','/describe','describe','show','post','create','delete','/:id','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatQueueReport.controller','get','isAuthenticated'];(function(_0x28f4f2,_0x1910c7){var _0x2e8567=function(_0x354018){while(--_0x354018){_0x28f4f2['push'](_0x28f4f2['shift']());}};_0x2e8567(++_0x1910c7);}(_0x74a2,0x15e));var _0x274a=function(_0xc55d64,_0x133f2d){_0xc55d64=_0xc55d64-0x0;var _0x4194f6=_0x74a2[_0xc55d64];return _0x4194f6;};'use strict';var multer=require('multer');var util=require(_0x274a('0x0'));var path=require(_0x274a('0x1'));var timeout=require(_0x274a('0x2'));var express=require('express');var router=express[_0x274a('0x3')]();var auth=require(_0x274a('0x4'));var interaction=require(_0x274a('0x5'));var config=require(_0x274a('0x6'));var controller=require(_0x274a('0x7'));router[_0x274a('0x8')]('/',auth[_0x274a('0x9')](),controller[_0x274a('0xa')]);router[_0x274a('0x8')](_0x274a('0xb'),auth['isAuthenticated'](),controller[_0x274a('0xc')]);router[_0x274a('0x8')]('/:id',auth[_0x274a('0x9')](),controller[_0x274a('0xd')]);router[_0x274a('0xe')]('/',auth[_0x274a('0x9')](),controller[_0x274a('0xf')]);router['put']('/:id',auth['isAuthenticated'](),controller['update']);router[_0x274a('0x10')](_0x274a('0x11'),auth[_0x274a('0x9')](),controller['destroy']);module['exports']=router; \ No newline at end of file