Built motion from commit 52c8a02d.|2.6.29
[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 _0xfab5=['../../components/auth/service','../../components/interaction/service','../../config/environment','get','util','path','express','Router','fs-extra'];(function(_0x2f3eb4,_0xb4c39){var _0x2ce58a=function(_0x103242){while(--_0x103242){_0x2f3eb4['push'](_0x2f3eb4['shift']());}};_0x2ce58a(++_0xb4c39);}(_0xfab5,0x199));var _0x5fab=function(_0x34e6c1,_0x36d7ba){_0x34e6c1=_0x34e6c1-0x0;var _0x4d6b99=_0xfab5[_0x34e6c1];return _0x4d6b99;};'use strict';var multer=require('multer');var util=require(_0x5fab('0x0'));var path=require(_0x5fab('0x1'));var timeout=require('connect-timeout');var express=require(_0x5fab('0x2'));var router=express[_0x5fab('0x3')]();var fs_extra=require(_0x5fab('0x4'));var auth=require(_0x5fab('0x5'));var interaction=require(_0x5fab('0x6'));var config=require(_0x5fab('0x7'));var controller=require('./migration.controller');router[_0x5fab('0x8')]('/',controller['index']);module['exports']=router;