b9f3f12b492f23a958bd2cad374e2916c041c36e
[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 _0x91ed=['express','../../components/interaction/service','./migration.controller','index','exports','util','path','connect-timeout'];(function(_0x2bb354,_0x4daf58){var _0x15a11d=function(_0x3a6d6a){while(--_0x3a6d6a){_0x2bb354['push'](_0x2bb354['shift']());}};_0x15a11d(++_0x4daf58);}(_0x91ed,0xb5));var _0xd91e=function(_0x29d915,_0x54a040){_0x29d915=_0x29d915-0x0;var _0x160f86=_0x91ed[_0x29d915];return _0x160f86;};'use strict';var multer=require('multer');var util=require(_0xd91e('0x0'));var path=require(_0xd91e('0x1'));var timeout=require(_0xd91e('0x2'));var express=require(_0xd91e('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0xd91e('0x4'));var config=require('../../config/environment');var controller=require(_0xd91e('0x5'));router['get']('/',controller[_0xd91e('0x6')]);module[_0xd91e('0x7')]=router;