857d57b96c7fc9146c64a2dd0ce607f94458d29e
[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 _0xe9af=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./migration.controller','index'];(function(_0x46ffdb,_0x33329b){var _0x1f8135=function(_0x543de6){while(--_0x543de6){_0x46ffdb['push'](_0x46ffdb['shift']());}};_0x1f8135(++_0x33329b);}(_0xe9af,0x96));var _0xfe9a=function(_0xe1c453,_0xc2b530){_0xe1c453=_0xe1c453-0x0;var _0xec7cae=_0xe9af[_0xe1c453];return _0xec7cae;};'use strict';var multer=require('multer');var util=require(_0xfe9a('0x0'));var path=require(_0xfe9a('0x1'));var timeout=require(_0xfe9a('0x2'));var express=require(_0xfe9a('0x3'));var router=express[_0xfe9a('0x4')]();var fs_extra=require(_0xfe9a('0x5'));var auth=require(_0xfe9a('0x6'));var interaction=require(_0xfe9a('0x7'));var config=require('../../config/environment');var controller=require(_0xfe9a('0x8'));router['get']('/',controller[_0xfe9a('0x9')]);module['exports']=router;