Built motion from commit ddca4d0d.|2.5.47
[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 _0x6f86=['/describe','describe','/:id','show','post','create','put','delete','destroy','exports','multer','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','get','isAuthenticated','index'];(function(_0x89ee68,_0x18ca4d){var _0x1dfd3b=function(_0x2f8d31){while(--_0x2f8d31){_0x89ee68['push'](_0x89ee68['shift']());}};_0x1dfd3b(++_0x18ca4d);}(_0x6f86,0x1d6));var _0x66f8=function(_0x1d74e3,_0x57ef44){_0x1d74e3=_0x1d74e3-0x0;var _0x376d12=_0x6f86[_0x1d74e3];return _0x376d12;};'use strict';var multer=require(_0x66f8('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x66f8('0x1'));var express=require(_0x66f8('0x2'));var router=express[_0x66f8('0x3')]();var fs_extra=require(_0x66f8('0x4'));var auth=require(_0x66f8('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x66f8('0x6'));var controller=require('./faxQueueReport.controller');router[_0x66f8('0x7')]('/',auth[_0x66f8('0x8')](),controller[_0x66f8('0x9')]);router[_0x66f8('0x7')](_0x66f8('0xa'),auth[_0x66f8('0x8')](),controller[_0x66f8('0xb')]);router[_0x66f8('0x7')](_0x66f8('0xc'),auth[_0x66f8('0x8')](),controller[_0x66f8('0xd')]);router[_0x66f8('0xe')]('/',auth[_0x66f8('0x8')](),controller[_0x66f8('0xf')]);router[_0x66f8('0x10')](_0x66f8('0xc'),auth[_0x66f8('0x8')](),controller['update']);router[_0x66f8('0x11')](_0x66f8('0xc'),auth[_0x66f8('0x8')](),controller[_0x66f8('0x12')]);module[_0x66f8('0x13')]=router;