Built motion from commit fe909640.|2.6.8
[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 _0x04f9=['./migration.controller','index','exports','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x30e004,_0x46f8c2){var _0x5ca247=function(_0x20d80f){while(--_0x20d80f){_0x30e004['push'](_0x30e004['shift']());}};_0x5ca247(++_0x46f8c2);}(_0x04f9,0xb3));var _0x904f=function(_0x550d0d,_0x10d4a0){_0x550d0d=_0x550d0d-0x0;var _0x54308d=_0x04f9[_0x550d0d];return _0x54308d;};'use strict';var multer=require('multer');var util=require(_0x904f('0x0'));var path=require(_0x904f('0x1'));var timeout=require(_0x904f('0x2'));var express=require('express');var router=express[_0x904f('0x3')]();var fs_extra=require(_0x904f('0x4'));var auth=require(_0x904f('0x5'));var interaction=require(_0x904f('0x6'));var config=require(_0x904f('0x7'));var controller=require(_0x904f('0x8'));router['get']('/',controller[_0x904f('0x9')]);module[_0x904f('0xa')]=router;