Built motion from commit e1760111.|2.6.18
[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 _0x6f04=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./migration.controller','get','index','multer','util','path','connect-timeout','express','Router'];(function(_0x3b3bc6,_0x7189aa){var _0x217180=function(_0x552e78){while(--_0x552e78){_0x3b3bc6['push'](_0x3b3bc6['shift']());}};_0x217180(++_0x7189aa);}(_0x6f04,0x13f));var _0x46f0=function(_0x3f238e,_0x706bf7){_0x3f238e=_0x3f238e-0x0;var _0x16a827=_0x6f04[_0x3f238e];return _0x16a827;};'use strict';var multer=require(_0x46f0('0x0'));var util=require(_0x46f0('0x1'));var path=require(_0x46f0('0x2'));var timeout=require(_0x46f0('0x3'));var express=require(_0x46f0('0x4'));var router=express[_0x46f0('0x5')]();var fs_extra=require(_0x46f0('0x6'));var auth=require(_0x46f0('0x7'));var interaction=require(_0x46f0('0x8'));var config=require(_0x46f0('0x9'));var controller=require(_0x46f0('0xa'));router[_0x46f0('0xb')]('/',controller[_0x46f0('0xc')]);module['exports']=router;