Built motion from commit f7863d46.|2.5.41
[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 _0xeb28=['../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','path','connect-timeout','Router','fs-extra'];(function(_0x22a028,_0x5bb05e){var _0x3184d4=function(_0x1b7f9d){while(--_0x1b7f9d){_0x22a028['push'](_0x22a028['shift']());}};_0x3184d4(++_0x5bb05e);}(_0xeb28,0x1d0));var _0x8eb2=function(_0x1889ff,_0xe3094c){_0x1889ff=_0x1889ff-0x0;var _0x374aa9=_0xeb28[_0x1889ff];return _0x374aa9;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x8eb2('0x0'));var timeout=require(_0x8eb2('0x1'));var express=require('express');var router=express[_0x8eb2('0x2')]();var fs_extra=require(_0x8eb2('0x3'));var auth=require(_0x8eb2('0x4'));var interaction=require(_0x8eb2('0x5'));var config=require(_0x8eb2('0x6'));var controller=require('./migration.controller');router[_0x8eb2('0x7')]('/',controller[_0x8eb2('0x8')]);module['exports']=router;