Built motion from commit e6806ed6.|2.6.0
[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 _0xf626=['connect-timeout','express','fs-extra','../../components/auth/service','../../config/environment','./migration.controller','index','exports','multer','util'];(function(_0x4cb095,_0x58da07){var _0x2b565d=function(_0x4d41b3){while(--_0x4d41b3){_0x4cb095['push'](_0x4cb095['shift']());}};_0x2b565d(++_0x58da07);}(_0xf626,0x17a));var _0x6f62=function(_0x200d4e,_0x14c72a){_0x200d4e=_0x200d4e-0x0;var _0x2f8501=_0xf626[_0x200d4e];return _0x2f8501;};'use strict';var multer=require(_0x6f62('0x0'));var util=require(_0x6f62('0x1'));var path=require('path');var timeout=require(_0x6f62('0x2'));var express=require(_0x6f62('0x3'));var router=express['Router']();var fs_extra=require(_0x6f62('0x4'));var auth=require(_0x6f62('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x6f62('0x6'));var controller=require(_0x6f62('0x7'));router['get']('/',controller[_0x6f62('0x8')]);module[_0x6f62('0x9')]=router;