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 _0x855d=['multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','exports'];(function(_0x2a8f60,_0x130679){var _0x383a17=function(_0x16437a){while(--_0x16437a){_0x2a8f60['push'](_0x2a8f60['shift']());}};_0x383a17(++_0x130679);}(_0x855d,0x64));var _0xd855=function(_0x73640f,_0x1ed619){_0x73640f=_0x73640f-0x0;var _0x22feea=_0x855d[_0x73640f];return _0x22feea;};'use strict';var multer=require(_0xd855('0x0'));var util=require(_0xd855('0x1'));var path=require(_0xd855('0x2'));var timeout=require(_0xd855('0x3'));var express=require(_0xd855('0x4'));var router=express[_0xd855('0x5')]();var fs_extra=require(_0xd855('0x6'));var auth=require(_0xd855('0x7'));var interaction=require('../../components/interaction/service');var config=require(_0xd855('0x8'));var controller=require('./migration.controller');router['get']('/',controller['index']);module[_0xd855('0x9')]=router;