Built motion from commit b5413ace.|2.6.9
[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 _0x004a=['./migration.controller','get','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x1acf37,_0x17fc44){var _0x4b9c3f=function(_0x38cdd8){while(--_0x38cdd8){_0x1acf37['push'](_0x1acf37['shift']());}};_0x4b9c3f(++_0x17fc44);}(_0x004a,0x7b));var _0xa004=function(_0x2d56c0,_0x3a6681){_0x2d56c0=_0x2d56c0-0x0;var _0x5c87fe=_0x004a[_0x2d56c0];return _0x5c87fe;};'use strict';var multer=require(_0xa004('0x0'));var util=require('util');var path=require(_0xa004('0x1'));var timeout=require(_0xa004('0x2'));var express=require(_0xa004('0x3'));var router=express[_0xa004('0x4')]();var fs_extra=require(_0xa004('0x5'));var auth=require(_0xa004('0x6'));var interaction=require(_0xa004('0x7'));var config=require(_0xa004('0x8'));var controller=require(_0xa004('0x9'));router[_0xa004('0xa')]('/',controller['index']);module[_0xa004('0xb')]=router;