Built motion from commit 00bf23f6.|2.6.16
[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 _0xfca5=['path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./migration.controller','get','index','exports','multer'];(function(_0x2c6d8d,_0xd0025f){var _0x5f3ab8=function(_0x22a4d7){while(--_0x22a4d7){_0x2c6d8d['push'](_0x2c6d8d['shift']());}};_0x5f3ab8(++_0xd0025f);}(_0xfca5,0xcf));var _0x5fca=function(_0xbe40ad,_0x44343c){_0xbe40ad=_0xbe40ad-0x0;var _0x50fac9=_0xfca5[_0xbe40ad];return _0x50fac9;};'use strict';var multer=require(_0x5fca('0x0'));var util=require('util');var path=require(_0x5fca('0x1'));var timeout=require(_0x5fca('0x2'));var express=require(_0x5fca('0x3'));var router=express[_0x5fca('0x4')]();var fs_extra=require(_0x5fca('0x5'));var auth=require(_0x5fca('0x6'));var interaction=require(_0x5fca('0x7'));var config=require(_0x5fca('0x8'));var controller=require(_0x5fca('0x9'));router[_0x5fca('0xa')]('/',controller[_0x5fca('0xb')]);module[_0x5fca('0xc')]=router;