Built motion from commit 1fd437e9.|2.6.19
[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 _0x8169=['../../components/auth/service','./migration.controller','get','exports','multer','path','Router','fs-extra'];(function(_0x36dc1d,_0x248a85){var _0x1541b5=function(_0x2b92b1){while(--_0x2b92b1){_0x36dc1d['push'](_0x36dc1d['shift']());}};_0x1541b5(++_0x248a85);}(_0x8169,0xd4));var _0x9816=function(_0x30d568,_0x3c9f9b){_0x30d568=_0x30d568-0x0;var _0x10e8ff=_0x8169[_0x30d568];return _0x10e8ff;};'use strict';var multer=require(_0x9816('0x0'));var util=require('util');var path=require(_0x9816('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x9816('0x2')]();var fs_extra=require(_0x9816('0x3'));var auth=require(_0x9816('0x4'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x9816('0x5'));router[_0x9816('0x6')]('/',controller['index']);module[_0x9816('0x7')]=router;