Built motion from commit 97153652.|2.6.26
[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 _0x647c=['../../components/interaction/service','../../config/environment','get','index','exports','multer','path','connect-timeout','Router','fs-extra','../../components/auth/service'];(function(_0x35268e,_0x4acfd1){var _0x28ba11=function(_0x34f637){while(--_0x34f637){_0x35268e['push'](_0x35268e['shift']());}};_0x28ba11(++_0x4acfd1);}(_0x647c,0x1d3));var _0xc647=function(_0x31aaeb,_0x6194ef){_0x31aaeb=_0x31aaeb-0x0;var _0x2e97da=_0x647c[_0x31aaeb];return _0x2e97da;};'use strict';var multer=require(_0xc647('0x0'));var util=require('util');var path=require(_0xc647('0x1'));var timeout=require(_0xc647('0x2'));var express=require('express');var router=express[_0xc647('0x3')]();var fs_extra=require(_0xc647('0x4'));var auth=require(_0xc647('0x5'));var interaction=require(_0xc647('0x6'));var config=require(_0xc647('0x7'));var controller=require('./migration.controller');router[_0xc647('0x8')]('/',controller[_0xc647('0x9')]);module[_0xc647('0xa')]=router;