b0866e2a9151a1c49ffdd8b0433a15f0926a20c3
[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 _0xbc9d=['multer','util','path','connect-timeout','express','../../config/environment','./migration.controller','get','index','exports'];(function(_0x45050c,_0x2c514e){var _0x43be36=function(_0x48cb3a){while(--_0x48cb3a){_0x45050c['push'](_0x45050c['shift']());}};_0x43be36(++_0x2c514e);}(_0xbc9d,0xb4));var _0xdbc9=function(_0x4ebe67,_0x3b8559){_0x4ebe67=_0x4ebe67-0x0;var _0x2ece89=_0xbc9d[_0x4ebe67];return _0x2ece89;};'use strict';var multer=require(_0xdbc9('0x0'));var util=require(_0xdbc9('0x1'));var path=require(_0xdbc9('0x2'));var timeout=require(_0xdbc9('0x3'));var express=require(_0xdbc9('0x4'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xdbc9('0x5'));var controller=require(_0xdbc9('0x6'));router[_0xdbc9('0x7')]('/',controller[_0xdbc9('0x8')]);module[_0xdbc9('0x9')]=router;