cc994799c296428110a944c20b51edf9e929dda1
[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 _0x1d50=['get','index','exports','multer','path','connect-timeout','fs-extra','../../components/auth/service','../../config/environment','./migration.controller'];(function(_0x21b12d,_0x2133df){var _0x4125da=function(_0x5320a7){while(--_0x5320a7){_0x21b12d['push'](_0x21b12d['shift']());}};_0x4125da(++_0x2133df);}(_0x1d50,0x125));var _0x01d5=function(_0x306697,_0x146803){_0x306697=_0x306697-0x0;var _0x2f77f2=_0x1d50[_0x306697];return _0x2f77f2;};'use strict';var multer=require(_0x01d5('0x0'));var util=require('util');var path=require(_0x01d5('0x1'));var timeout=require(_0x01d5('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x01d5('0x3'));var auth=require(_0x01d5('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x01d5('0x5'));var controller=require(_0x01d5('0x6'));router[_0x01d5('0x7')]('/',controller[_0x01d5('0x8')]);module[_0x01d5('0x9')]=router;