Built motion from commit b5996064.|2.6.21
[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 _0x161d=['connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./migration.controller','get','index','exports','multer','util','path'];(function(_0x297d26,_0x181c70){var _0x386f9f=function(_0xd5114){while(--_0xd5114){_0x297d26['push'](_0x297d26['shift']());}};_0x386f9f(++_0x181c70);}(_0x161d,0x65));var _0xd161=function(_0x474486,_0x256c24){_0x474486=_0x474486-0x0;var _0xa0fcba=_0x161d[_0x474486];return _0xa0fcba;};'use strict';var multer=require(_0xd161('0x0'));var util=require(_0xd161('0x1'));var path=require(_0xd161('0x2'));var timeout=require(_0xd161('0x3'));var express=require(_0xd161('0x4'));var router=express[_0xd161('0x5')]();var fs_extra=require(_0xd161('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xd161('0x7'));var config=require(_0xd161('0x8'));var controller=require(_0xd161('0x9'));router[_0xd161('0xa')]('/',controller[_0xd161('0xb')]);module[_0xd161('0xc')]=router;