Built motion from commit (unavailable).|2.2.6
[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 _0xb879=['../../components/interaction/service','../../config/environment','./migration.controller','index','multer','util','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x38708d,_0x230e23){var _0x5d2213=function(_0x3a7fa7){while(--_0x3a7fa7){_0x38708d['push'](_0x38708d['shift']());}};_0x5d2213(++_0x230e23);}(_0xb879,0x101));var _0x9b87=function(_0x16b9ed,_0x56517a){_0x16b9ed=_0x16b9ed-0x0;var _0x66b1f8=_0xb879[_0x16b9ed];return _0x66b1f8;};'use strict';var multer=require(_0x9b87('0x0'));var util=require(_0x9b87('0x1'));var path=require(_0x9b87('0x2'));var timeout=require(_0x9b87('0x3'));var express=require(_0x9b87('0x4'));var router=express[_0x9b87('0x5')]();var auth=require(_0x9b87('0x6'));var interaction=require(_0x9b87('0x7'));var config=require(_0x9b87('0x8'));var controller=require(_0x9b87('0x9'));router['get']('/',controller[_0x9b87('0xa')]);module['exports']=router;