Built motion from commit 85328c08.|2.5.50
[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 _0x077e=['../../components/auth/service','../../config/environment','./migration.controller','get','index','exports','multer','util','path','connect-timeout','Router','fs-extra'];(function(_0x32c20a,_0x4e6a4b){var _0x1fcc55=function(_0x4ac557){while(--_0x4ac557){_0x32c20a['push'](_0x32c20a['shift']());}};_0x1fcc55(++_0x4e6a4b);}(_0x077e,0x14a));var _0xe077=function(_0x3df30a,_0x469c8a){_0x3df30a=_0x3df30a-0x0;var _0x1ad138=_0x077e[_0x3df30a];return _0x1ad138;};'use strict';var multer=require(_0xe077('0x0'));var util=require(_0xe077('0x1'));var path=require(_0xe077('0x2'));var timeout=require(_0xe077('0x3'));var express=require('express');var router=express[_0xe077('0x4')]();var fs_extra=require(_0xe077('0x5'));var auth=require(_0xe077('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xe077('0x7'));var controller=require(_0xe077('0x8'));router[_0xe077('0x9')]('/',controller[_0xe077('0xa')]);module[_0xe077('0xb')]=router;