Built motion from commit 67e5df37.|2.0.68
[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 _0x4277=['exports','util','express','../../components/auth/service','../../components/interaction/service'];(function(_0x18c3ca,_0x3c800f){var _0xa9521a=function(_0x1a1c89){while(--_0x1a1c89){_0x18c3ca['push'](_0x18c3ca['shift']());}};_0xa9521a(++_0x3c800f);}(_0x4277,0xf1));var _0x7427=function(_0x18f1a4,_0x518167){_0x18f1a4=_0x18f1a4-0x0;var _0x51b492=_0x4277[_0x18f1a4];return _0x51b492;};'use strict';var multer=require('multer');var util=require(_0x7427('0x0'));var path=require('path');var express=require(_0x7427('0x1'));var router=express['Router']();var auth=require(_0x7427('0x2'));var interaction=require(_0x7427('0x3'));var config=require('../../config/environment');module[_0x7427('0x4')]=router;