884b3a6fad7298bef7a6f2d878f4be85ae0ab155
[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 _0x1014=['../../config/environment','./migration.controller','get','index','exports','util','connect-timeout','express','fs-extra','../../components/auth/service'];(function(_0x1af67c,_0x247866){var _0x4e6ec9=function(_0x5a36d2){while(--_0x5a36d2){_0x1af67c['push'](_0x1af67c['shift']());}};_0x4e6ec9(++_0x247866);}(_0x1014,0x1c7));var _0x4101=function(_0x53601e,_0x347db2){_0x53601e=_0x53601e-0x0;var _0x13ec7d=_0x1014[_0x53601e];return _0x13ec7d;};'use strict';var multer=require('multer');var util=require(_0x4101('0x0'));var path=require('path');var timeout=require(_0x4101('0x1'));var express=require(_0x4101('0x2'));var router=express['Router']();var fs_extra=require(_0x4101('0x3'));var auth=require(_0x4101('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x4101('0x5'));var controller=require(_0x4101('0x6'));router[_0x4101('0x7')]('/',controller[_0x4101('0x8')]);module[_0x4101('0x9')]=router;