Built motion from commit 753c950e.|2.5.42
[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 _0x511a=['../../components/auth/service','../../components/interaction/service','../../config/environment','./migration.controller','get','multer','util','path','express'];(function(_0x3be426,_0x2df1b5){var _0x4389e1=function(_0x4f1fe3){while(--_0x4f1fe3){_0x3be426['push'](_0x3be426['shift']());}};_0x4389e1(++_0x2df1b5);}(_0x511a,0x101));var _0xa511=function(_0x58c320,_0x2b8dc6){_0x58c320=_0x58c320-0x0;var _0x3c8643=_0x511a[_0x58c320];return _0x3c8643;};'use strict';var multer=require(_0xa511('0x0'));var util=require(_0xa511('0x1'));var path=require(_0xa511('0x2'));var timeout=require('connect-timeout');var express=require(_0xa511('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xa511('0x4'));var interaction=require(_0xa511('0x5'));var config=require(_0xa511('0x6'));var controller=require(_0xa511('0x7'));router[_0xa511('0x8')]('/',controller['index']);module['exports']=router;