1bb1174812fd477280842e4343673c005474a91b
[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 _0x0212=['../../components/interaction/service','./migration.controller','get','index','exports','multer','path','connect-timeout','Router','fs-extra','../../components/auth/service'];(function(_0x270da4,_0x1c3fd8){var _0x275407=function(_0x389e55){while(--_0x389e55){_0x270da4['push'](_0x270da4['shift']());}};_0x275407(++_0x1c3fd8);}(_0x0212,0x170));var _0x2021=function(_0x527d94,_0x50e1c9){_0x527d94=_0x527d94-0x0;var _0x1dac80=_0x0212[_0x527d94];return _0x1dac80;};'use strict';var multer=require(_0x2021('0x0'));var util=require('util');var path=require(_0x2021('0x1'));var timeout=require(_0x2021('0x2'));var express=require('express');var router=express[_0x2021('0x3')]();var fs_extra=require(_0x2021('0x4'));var auth=require(_0x2021('0x5'));var interaction=require(_0x2021('0x6'));var config=require('../../config/environment');var controller=require(_0x2021('0x7'));router[_0x2021('0x8')]('/',controller[_0x2021('0x9')]);module[_0x2021('0xa')]=router;