Built motion from commit (unavailable).|2.4.19
[motion2.git] / server / api / integration / 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 _0x656e=['../../components/auth/service','../../config/environment','path','connect-timeout','express','Router'];(function(_0x167cc1,_0x56ef5a){var _0x10bc4b=function(_0xd6a255){while(--_0xd6a255){_0x167cc1['push'](_0x167cc1['shift']());}};_0x10bc4b(++_0x56ef5a);}(_0x656e,0x86));var _0xe656=function(_0x5e295c,_0x4a2c73){_0x5e295c=_0x5e295c-0x0;var _0x5899aa=_0x656e[_0x5e295c];return _0x5899aa;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xe656('0x0'));var timeout=require(_0xe656('0x1'));var express=require(_0xe656('0x2'));var router=express[_0xe656('0x3')]();var auth=require(_0xe656('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xe656('0x5'));module['exports']=router;