Built motion from commit (unavailable).|2.5.15
[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 _0x282b=['express','../../components/interaction/service','./migration.controller','get','index','exports','multer','util','path','connect-timeout'];(function(_0xed4631,_0x41b962){var _0x29d58d=function(_0x3bb26a){while(--_0x3bb26a){_0xed4631['push'](_0xed4631['shift']());}};_0x29d58d(++_0x41b962);}(_0x282b,0xec));var _0xb282=function(_0x48e34e,_0x146db9){_0x48e34e=_0x48e34e-0x0;var _0x18e6d2=_0x282b[_0x48e34e];return _0x18e6d2;};'use strict';var multer=require(_0xb282('0x0'));var util=require(_0xb282('0x1'));var path=require(_0xb282('0x2'));var timeout=require(_0xb282('0x3'));var express=require(_0xb282('0x4'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require(_0xb282('0x5'));var config=require('../../config/environment');var controller=require(_0xb282('0x6'));router[_0xb282('0x7')]('/',controller[_0xb282('0x8')]);module[_0xb282('0x9')]=router;