d9265b31bf0dfb8ec723bcdf2bc57d732e2a088d
[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 _0xb3f7=['get','index','multer','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./migration.controller'];(function(_0x2ba9ac,_0xa1fdc4){var _0x1b0fc9=function(_0x4343de){while(--_0x4343de){_0x2ba9ac['push'](_0x2ba9ac['shift']());}};_0x1b0fc9(++_0xa1fdc4);}(_0xb3f7,0x10a));var _0x7b3f=function(_0x554904,_0x18a27b){_0x554904=_0x554904-0x0;var _0x28f8c0=_0xb3f7[_0x554904];return _0x28f8c0;};'use strict';var multer=require(_0x7b3f('0x0'));var util=require(_0x7b3f('0x1'));var path=require(_0x7b3f('0x2'));var timeout=require(_0x7b3f('0x3'));var express=require('express');var router=express[_0x7b3f('0x4')]();var fs_extra=require(_0x7b3f('0x5'));var auth=require(_0x7b3f('0x6'));var interaction=require(_0x7b3f('0x7'));var config=require(_0x7b3f('0x8'));var controller=require(_0x7b3f('0x9'));router[_0x7b3f('0xa')]('/',controller[_0x7b3f('0xb')]);module['exports']=router;