Built motion from commit 14588770.|2.5.38
[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 _0x66f4=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','exports'];(function(_0x500cdd,_0x41dbf9){var _0x40a9e8=function(_0x29baaf){while(--_0x29baaf){_0x500cdd['push'](_0x500cdd['shift']());}};_0x40a9e8(++_0x41dbf9);}(_0x66f4,0xb4));var _0x466f=function(_0x4a5bbb,_0x269f00){_0x4a5bbb=_0x4a5bbb-0x0;var _0x21197c=_0x66f4[_0x4a5bbb];return _0x21197c;};'use strict';var multer=require('multer');var util=require(_0x466f('0x0'));var path=require(_0x466f('0x1'));var timeout=require(_0x466f('0x2'));var express=require(_0x466f('0x3'));var router=express[_0x466f('0x4')]();var fs_extra=require(_0x466f('0x5'));var auth=require(_0x466f('0x6'));var interaction=require(_0x466f('0x7'));var config=require(_0x466f('0x8'));var controller=require('./migration.controller');router[_0x466f('0x9')]('/',controller[_0x466f('0xa')]);module[_0x466f('0xb')]=router;