d3e1b994c6c2de3c5d690ba9116854d1ef9afe51
[motion2.git] / server / api / faxTransferReport / 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 _0xeb30=['show','post','create','put','update','delete','destroy','multer','path','connect-timeout','express','Router','fs-extra','./faxTransferReport.controller','get','isAuthenticated','index','describe','/:id'];(function(_0x30d87a,_0xf3a07f){var _0x48f64b=function(_0x2078b7){while(--_0x2078b7){_0x30d87a['push'](_0x30d87a['shift']());}};_0x48f64b(++_0xf3a07f);}(_0xeb30,0x1e2));var _0x0eb3=function(_0x1d90f2,_0x5e3c86){_0x1d90f2=_0x1d90f2-0x0;var _0xbbd6ab=_0xeb30[_0x1d90f2];return _0xbbd6ab;};'use strict';var multer=require(_0x0eb3('0x0'));var util=require('util');var path=require(_0x0eb3('0x1'));var timeout=require(_0x0eb3('0x2'));var express=require(_0x0eb3('0x3'));var router=express[_0x0eb3('0x4')]();var fs_extra=require(_0x0eb3('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x0eb3('0x6'));router[_0x0eb3('0x7')]('/',auth[_0x0eb3('0x8')](),controller[_0x0eb3('0x9')]);router[_0x0eb3('0x7')]('/describe',auth[_0x0eb3('0x8')](),controller[_0x0eb3('0xa')]);router[_0x0eb3('0x7')](_0x0eb3('0xb'),auth[_0x0eb3('0x8')](),controller[_0x0eb3('0xc')]);router[_0x0eb3('0xd')]('/',auth[_0x0eb3('0x8')](),controller[_0x0eb3('0xe')]);router[_0x0eb3('0xf')](_0x0eb3('0xb'),auth[_0x0eb3('0x8')](),controller[_0x0eb3('0x10')]);router[_0x0eb3('0x11')](_0x0eb3('0xb'),auth[_0x0eb3('0x8')](),controller[_0x0eb3('0x12')]);module['exports']=router;