Built motion from commit da617fac.|2.6.6
[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 _0x6e08=['path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./migration.controller','get','index','exports','util'];(function(_0x1e4612,_0x3536d8){var _0x4f1a59=function(_0x4049e4){while(--_0x4049e4){_0x1e4612['push'](_0x1e4612['shift']());}};_0x4f1a59(++_0x3536d8);}(_0x6e08,0x196));var _0x86e0=function(_0x2a2e72,_0x1de962){_0x2a2e72=_0x2a2e72-0x0;var _0x3cfb4a=_0x6e08[_0x2a2e72];return _0x3cfb4a;};'use strict';var multer=require('multer');var util=require(_0x86e0('0x0'));var path=require(_0x86e0('0x1'));var timeout=require(_0x86e0('0x2'));var express=require('express');var router=express[_0x86e0('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x86e0('0x4'));var interaction=require(_0x86e0('0x5'));var config=require(_0x86e0('0x6'));var controller=require(_0x86e0('0x7'));router[_0x86e0('0x8')]('/',controller[_0x86e0('0x9')]);module[_0x86e0('0xa')]=router;