8083178bca4e879598d46f78992521d93d0e4684
[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 _0xbbfa=['util','path','express','Router','fs-extra','../../components/auth/service','./migration.controller','get','index','exports','multer'];(function(_0x38754b,_0x284d1f){var _0x594cd3=function(_0x717db7){while(--_0x717db7){_0x38754b['push'](_0x38754b['shift']());}};_0x594cd3(++_0x284d1f);}(_0xbbfa,0x175));var _0xabbf=function(_0xc64946,_0x229695){_0xc64946=_0xc64946-0x0;var _0x2f66e5=_0xbbfa[_0xc64946];return _0x2f66e5;};'use strict';var multer=require(_0xabbf('0x0'));var util=require(_0xabbf('0x1'));var path=require(_0xabbf('0x2'));var timeout=require('connect-timeout');var express=require(_0xabbf('0x3'));var router=express[_0xabbf('0x4')]();var fs_extra=require(_0xabbf('0x5'));var auth=require(_0xabbf('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xabbf('0x7'));router[_0xabbf('0x8')]('/',controller[_0xabbf('0x9')]);module[_0xabbf('0xa')]=router;