Built motion from commit (unavailable).|2.3.98
[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 _0xd82f=['Router','../../components/auth/service','../../components/interaction/service','./migration.controller','get','index','exports','util','path','express'];(function(_0x10004e,_0xd701e6){var _0x5af990=function(_0x4bab6a){while(--_0x4bab6a){_0x10004e['push'](_0x10004e['shift']());}};_0x5af990(++_0xd701e6);}(_0xd82f,0xc5));var _0xfd82=function(_0x27af45,_0x1b57aa){_0x27af45=_0x27af45-0x0;var _0x18df21=_0xd82f[_0x27af45];return _0x18df21;};'use strict';var multer=require('multer');var util=require(_0xfd82('0x0'));var path=require(_0xfd82('0x1'));var timeout=require('connect-timeout');var express=require(_0xfd82('0x2'));var router=express[_0xfd82('0x3')]();var auth=require(_0xfd82('0x4'));var interaction=require(_0xfd82('0x5'));var config=require('../../config/environment');var controller=require(_0xfd82('0x6'));router[_0xfd82('0x7')]('/',controller[_0xfd82('0x8')]);module[_0xfd82('0x9')]=router;