Built motion from commit da24aabd.|2.6.20
[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 _0x2b24=['../../config/environment','./migration.controller','get','exports','util','path','express','Router','fs-extra','../../components/auth/service'];(function(_0x29ffb1,_0x572b0a){var _0x2de08b=function(_0x98037b){while(--_0x98037b){_0x29ffb1['push'](_0x29ffb1['shift']());}};_0x2de08b(++_0x572b0a);}(_0x2b24,0x72));var _0x42b2=function(_0x24d16a,_0x3bbd43){_0x24d16a=_0x24d16a-0x0;var _0x33e1f8=_0x2b24[_0x24d16a];return _0x33e1f8;};'use strict';var multer=require('multer');var util=require(_0x42b2('0x0'));var path=require(_0x42b2('0x1'));var timeout=require('connect-timeout');var express=require(_0x42b2('0x2'));var router=express[_0x42b2('0x3')]();var fs_extra=require(_0x42b2('0x4'));var auth=require(_0x42b2('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x42b2('0x6'));var controller=require(_0x42b2('0x7'));router[_0x42b2('0x8')]('/',controller['index']);module[_0x42b2('0x9')]=router;