d222984e2337fc1e96930d618e217cff5dfc8fe3
[motion2.git] / server / api / userSmsQueue / 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 _0x54ae=['express','Router','../../components/auth/service','../../config/environment','exports','util','connect-timeout'];(function(_0x199572,_0x33e667){var _0x13cfa3=function(_0x53c075){while(--_0x53c075){_0x199572['push'](_0x199572['shift']());}};_0x13cfa3(++_0x33e667);}(_0x54ae,0x83));var _0xe54a=function(_0xdea41a,_0x552987){_0xdea41a=_0xdea41a-0x0;var _0x15d0d8=_0x54ae[_0xdea41a];return _0x15d0d8;};'use strict';var multer=require('multer');var util=require(_0xe54a('0x0'));var path=require('path');var timeout=require(_0xe54a('0x1'));var express=require(_0xe54a('0x2'));var router=express[_0xe54a('0x3')]();var auth=require(_0xe54a('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xe54a('0x5'));module[_0xe54a('0x6')]=router;