Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / api / migration / 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 _0x97da=['../../components/interaction/service','./migration.controller','get','exports','multer','util','path','express','Router','fs-extra','../../components/auth/service'];(function(_0x3a1602,_0xfbce10){var _0xeeb50f=function(_0x515304){while(--_0x515304){_0x3a1602['push'](_0x3a1602['shift']());}};_0xeeb50f(++_0xfbce10);}(_0x97da,0x164));var _0xa97d=function(_0x4e90b6,_0x2b3b74){_0x4e90b6=_0x4e90b6-0x0;var _0x17154e=_0x97da[_0x4e90b6];return _0x17154e;};'use strict';var multer=require(_0xa97d('0x0'));var util=require(_0xa97d('0x1'));var path=require(_0xa97d('0x2'));var timeout=require('connect-timeout');var express=require(_0xa97d('0x3'));var router=express[_0xa97d('0x4')]();var fs_extra=require(_0xa97d('0x5'));var auth=require(_0xa97d('0x6'));var interaction=require(_0xa97d('0x7'));var config=require('../../config/environment');var controller=require(_0xa97d('0x8'));router[_0xa97d('0x9')]('/',controller['index']);module[_0xa97d('0xa')]=router;