5bb24aa8a7e717e83906ed84acd79b9c7a262595
[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 _0xa5d5=['../../config/environment','./migration.controller','get','index','multer','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x3c45de,_0x1f0979){var _0x270350=function(_0x45f304){while(--_0x45f304){_0x3c45de['push'](_0x3c45de['shift']());}};_0x270350(++_0x1f0979);}(_0xa5d5,0x100));var _0x5a5d=function(_0x5aec82,_0x446616){_0x5aec82=_0x5aec82-0x0;var _0x214c3b=_0xa5d5[_0x5aec82];return _0x214c3b;};'use strict';var multer=require(_0x5a5d('0x0'));var util=require(_0x5a5d('0x1'));var path=require(_0x5a5d('0x2'));var timeout=require(_0x5a5d('0x3'));var express=require('express');var router=express[_0x5a5d('0x4')]();var fs_extra=require(_0x5a5d('0x5'));var auth=require(_0x5a5d('0x6'));var interaction=require(_0x5a5d('0x7'));var config=require(_0x5a5d('0x8'));var controller=require(_0x5a5d('0x9'));router[_0x5a5d('0xa')]('/',controller[_0x5a5d('0xb')]);module['exports']=router;