Built motion from commit a61a4a20.|2.5.46
[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 _0xcea5=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','multer','util','path','connect-timeout','express'];(function(_0x38e32b,_0x12c576){var _0x1ff869=function(_0x25c1b1){while(--_0x25c1b1){_0x38e32b['push'](_0x38e32b['shift']());}};_0x1ff869(++_0x12c576);}(_0xcea5,0xed));var _0x5cea=function(_0x3e1894,_0x56338e){_0x3e1894=_0x3e1894-0x0;var _0x12711f=_0xcea5[_0x3e1894];return _0x12711f;};'use strict';var multer=require(_0x5cea('0x0'));var util=require(_0x5cea('0x1'));var path=require(_0x5cea('0x2'));var timeout=require(_0x5cea('0x3'));var express=require(_0x5cea('0x4'));var router=express['Router']();var fs_extra=require(_0x5cea('0x5'));var auth=require(_0x5cea('0x6'));var interaction=require(_0x5cea('0x7'));var config=require(_0x5cea('0x8'));var controller=require('./migration.controller');router[_0x5cea('0x9')]('/',controller[_0x5cea('0xa')]);module['exports']=router;