03b7c9f86f3bcc479f499de3072789601f4e32c9
[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 _0x7916=['path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','exports','multer'];(function(_0x187ff1,_0x3a18cf){var _0x10d707=function(_0x577733){while(--_0x577733){_0x187ff1['push'](_0x187ff1['shift']());}};_0x10d707(++_0x3a18cf);}(_0x7916,0x128));var _0x6791=function(_0x424895,_0x26ca65){_0x424895=_0x424895-0x0;var _0x1f0ec9=_0x7916[_0x424895];return _0x1f0ec9;};'use strict';var multer=require(_0x6791('0x0'));var util=require('util');var path=require(_0x6791('0x1'));var timeout=require(_0x6791('0x2'));var express=require('express');var router=express[_0x6791('0x3')]();var auth=require(_0x6791('0x4'));var interaction=require(_0x6791('0x5'));var config=require(_0x6791('0x6'));var controller=require('./migration.controller');router[_0x6791('0x7')]('/',controller['index']);module[_0x6791('0x8')]=router;