5591bc74cb325cadb10d03571b7192003df56ffa
[motion2.git] / server / api / userChatQueue / 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 _0x69ff=['Router','../../components/interaction/service','util','connect-timeout','express'];(function(_0x51690d,_0x109a13){var _0x449bdb=function(_0x4d42f2){while(--_0x4d42f2){_0x51690d['push'](_0x51690d['shift']());}};_0x449bdb(++_0x109a13);}(_0x69ff,0x179));var _0xf69f=function(_0x4ed537,_0x9912c2){_0x4ed537=_0x4ed537-0x0;var _0x333790=_0x69ff[_0x4ed537];return _0x333790;};'use strict';var multer=require('multer');var util=require(_0xf69f('0x0'));var path=require('path');var timeout=require(_0xf69f('0x1'));var express=require(_0xf69f('0x2'));var router=express[_0xf69f('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xf69f('0x4'));var config=require('../../config/environment');module['exports']=router;