182429ccdcb1e26c832ffdff2c15aa010c2a56f7
[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 _0xf40b=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./migration.controller','get','index','exports','util','path'];(function(_0x3ab8a0,_0x457884){var _0x203518=function(_0x52e7b3){while(--_0x52e7b3){_0x3ab8a0['push'](_0x3ab8a0['shift']());}};_0x203518(++_0x457884);}(_0xf40b,0xfb));var _0xbf40=function(_0x111bab,_0x271498){_0x111bab=_0x111bab-0x0;var _0x5999fa=_0xf40b[_0x111bab];return _0x5999fa;};'use strict';var multer=require('multer');var util=require(_0xbf40('0x0'));var path=require(_0xbf40('0x1'));var timeout=require('connect-timeout');var express=require(_0xbf40('0x2'));var router=express[_0xbf40('0x3')]();var fs_extra=require(_0xbf40('0x4'));var auth=require(_0xbf40('0x5'));var interaction=require(_0xbf40('0x6'));var config=require('../../config/environment');var controller=require(_0xbf40('0x7'));router[_0xbf40('0x8')]('/',controller[_0xbf40('0x9')]);module[_0xbf40('0xa')]=router;