acddfcb5fda0df58a2557c9187766a640c60a3fc
[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 _0x2933=['../../components/interaction/service','./migration.controller','index','exports','multer','util','path','Router','fs-extra'];(function(_0x44e00a,_0x248bbc){var _0x2bdfba=function(_0x5e66c4){while(--_0x5e66c4){_0x44e00a['push'](_0x44e00a['shift']());}};_0x2bdfba(++_0x248bbc);}(_0x2933,0x1b4));var _0x3293=function(_0x5185ea,_0x2d7363){_0x5185ea=_0x5185ea-0x0;var _0x3a17c9=_0x2933[_0x5185ea];return _0x3a17c9;};'use strict';var multer=require(_0x3293('0x0'));var util=require(_0x3293('0x1'));var path=require(_0x3293('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x3293('0x3')]();var fs_extra=require(_0x3293('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x3293('0x5'));var config=require('../../config/environment');var controller=require(_0x3293('0x6'));router['get']('/',controller[_0x3293('0x7')]);module[_0x3293('0x8')]=router;