Built motion from commit (unavailable).|2.3.4
[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 _0xd66a=['multer','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','exports'];(function(_0x502413,_0x12a31f){var _0x5ca9c7=function(_0xd6ce7d){while(--_0xd6ce7d){_0x502413['push'](_0x502413['shift']());}};_0x5ca9c7(++_0x12a31f);}(_0xd66a,0x1e4));var _0xad66=function(_0x2134b7,_0x1eb5e2){_0x2134b7=_0x2134b7-0x0;var _0x6c5914=_0xd66a[_0x2134b7];return _0x6c5914;};'use strict';var multer=require(_0xad66('0x0'));var util=require(_0xad66('0x1'));var path=require(_0xad66('0x2'));var timeout=require(_0xad66('0x3'));var express=require('express');var router=express[_0xad66('0x4')]();var auth=require(_0xad66('0x5'));var interaction=require(_0xad66('0x6'));var config=require(_0xad66('0x7'));var controller=require('./migration.controller');router[_0xad66('0x8')]('/',controller[_0xad66('0x9')]);module[_0xad66('0xa')]=router;