d1528724253db005a9489ec2107039459978f64f
[motion2.git] / server / api / voiceQueuesLog / 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 _0x60e6=['../../components/interaction/service','../../config/environment','./voiceQueuesLog.controller','get','isAuthenticated','/:id','post','put','update','delete','destroy','exports','multer','util','express','Router','fs-extra','../../components/auth/service'];(function(_0x415334,_0x45c47d){var _0x3cef41=function(_0x3197b8){while(--_0x3197b8){_0x415334['push'](_0x415334['shift']());}};_0x3cef41(++_0x45c47d);}(_0x60e6,0xd2));var _0x660e=function(_0x59ee6f,_0x450239){_0x59ee6f=_0x59ee6f-0x0;var _0x4c0979=_0x60e6[_0x59ee6f];return _0x4c0979;};'use strict';var multer=require(_0x660e('0x0'));var util=require(_0x660e('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x660e('0x2'));var router=express[_0x660e('0x3')]();var fs_extra=require(_0x660e('0x4'));var auth=require(_0x660e('0x5'));var interaction=require(_0x660e('0x6'));var config=require(_0x660e('0x7'));var controller=require(_0x660e('0x8'));router[_0x660e('0x9')]('/',auth[_0x660e('0xa')](),controller['index']);router[_0x660e('0x9')](_0x660e('0xb'),auth[_0x660e('0xa')](),controller['show']);router[_0x660e('0xc')]('/',auth[_0x660e('0xa')](),controller['create']);router[_0x660e('0xd')](_0x660e('0xb'),auth[_0x660e('0xa')](),controller[_0x660e('0xe')]);router[_0x660e('0xf')](_0x660e('0xb'),auth[_0x660e('0xa')](),controller[_0x660e('0x10')]);module[_0x660e('0x11')]=router;