Built motion from commit 3c2ce842.|2.6.31
[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 _0x00a5=['multer','express','Router','fs-extra','../../components/interaction/service','./migration.controller','get','index','exports'];(function(_0x3b09f,_0x4b05aa){var _0x3cbdbb=function(_0x43a3a4){while(--_0x43a3a4){_0x3b09f['push'](_0x3b09f['shift']());}};_0x3cbdbb(++_0x4b05aa);}(_0x00a5,0x19e));var _0x500a=function(_0x56030b,_0x55923b){_0x56030b=_0x56030b-0x0;var _0x24aa03=_0x00a5[_0x56030b];return _0x24aa03;};'use strict';var multer=require(_0x500a('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x500a('0x1'));var router=express[_0x500a('0x2')]();var fs_extra=require(_0x500a('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0x500a('0x4'));var config=require('../../config/environment');var controller=require(_0x500a('0x5'));router[_0x500a('0x6')]('/',controller[_0x500a('0x7')]);module[_0x500a('0x8')]=router;