5005734727ba1e39ebf891e10b8c0a6ad907200d
[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 _0x7dee=['fs-extra','../../components/auth/service','../../config/environment','get','index','exports','multer','path','express','Router'];(function(_0x3cc563,_0x1598d3){var _0x11c044=function(_0x3b5f17){while(--_0x3b5f17){_0x3cc563['push'](_0x3cc563['shift']());}};_0x11c044(++_0x1598d3);}(_0x7dee,0xb0));var _0xe7de=function(_0x34aeab,_0x2ba4b2){_0x34aeab=_0x34aeab-0x0;var _0x1e83ba=_0x7dee[_0x34aeab];return _0x1e83ba;};'use strict';var multer=require(_0xe7de('0x0'));var util=require('util');var path=require(_0xe7de('0x1'));var timeout=require('connect-timeout');var express=require(_0xe7de('0x2'));var router=express[_0xe7de('0x3')]();var fs_extra=require(_0xe7de('0x4'));var auth=require(_0xe7de('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xe7de('0x6'));var controller=require('./migration.controller');router[_0xe7de('0x7')]('/',controller[_0xe7de('0x8')]);module[_0xe7de('0x9')]=router;