Built motion from commit (unavailable).|2.5.19
[motion2.git] / server / api / license / 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 _0xe636=['exports','multer','util','path','../../components/auth/service','../../components/interaction/service','../../config/environment','get','put','/:id','isAuthenticated','update'];(function(_0x42a0cc,_0x486ee7){var _0x1f1614=function(_0x3d04cd){while(--_0x3d04cd){_0x42a0cc['push'](_0x42a0cc['shift']());}};_0x1f1614(++_0x486ee7);}(_0xe636,0x18d));var _0x6e63=function(_0x432682,_0x253044){_0x432682=_0x432682-0x0;var _0x463d05=_0xe636[_0x432682];return _0x463d05;};'use strict';var multer=require(_0x6e63('0x0'));var util=require(_0x6e63('0x1'));var path=require(_0x6e63('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var auth=require(_0x6e63('0x3'));var interaction=require(_0x6e63('0x4'));var config=require(_0x6e63('0x5'));var controller=require('./license.controller');router[_0x6e63('0x6')]('/',controller['index']);router[_0x6e63('0x7')](_0x6e63('0x8'),auth[_0x6e63('0x9')](),controller[_0x6e63('0xa')]);module[_0x6e63('0xb')]=router;