3b707091b80cc6e6dce05a807d707a38a6330ce6
[motion2.git] / server / api / faxQueueReport / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xf8a9=['isAuthenticated','index','/describe','describe','/:id','post','create','delete','destroy','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./faxQueueReport.controller','get'];(function(_0x1dde80,_0x2581ce){var _0x561e44=function(_0x47a393){while(--_0x47a393){_0x1dde80['push'](_0x1dde80['shift']());}};_0x561e44(++_0x2581ce);}(_0xf8a9,0xe1));var _0x9f8a=function(_0x625e5c,_0x440199){_0x625e5c=_0x625e5c-0x0;var _0x559743=_0xf8a9[_0x625e5c];return _0x559743;};'use strict';var multer=require('multer');var util=require(_0x9f8a('0x0'));var path=require(_0x9f8a('0x1'));var timeout=require(_0x9f8a('0x2'));var express=require(_0x9f8a('0x3'));var router=express[_0x9f8a('0x4')]();var auth=require(_0x9f8a('0x5'));var interaction=require(_0x9f8a('0x6'));var config=require('../../config/environment');var controller=require(_0x9f8a('0x7'));router[_0x9f8a('0x8')]('/',auth[_0x9f8a('0x9')](),controller[_0x9f8a('0xa')]);router[_0x9f8a('0x8')](_0x9f8a('0xb'),auth[_0x9f8a('0x9')](),controller[_0x9f8a('0xc')]);router[_0x9f8a('0x8')](_0x9f8a('0xd'),auth[_0x9f8a('0x9')](),controller['show']);router[_0x9f8a('0xe')]('/',auth[_0x9f8a('0x9')](),controller[_0x9f8a('0xf')]);router['put']('/:id',auth[_0x9f8a('0x9')](),controller['update']);router[_0x9f8a('0x10')]('/:id',auth[_0x9f8a('0x9')](),controller[_0x9f8a('0x11')]);module['exports']=router;