Built motion from commit (unavailable).|2.4.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 _0x5e24=['/:id','isAuthenticated','exports','util','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./license.controller','get','put'];(function(_0x47aa64,_0xfb8a07){var _0x549c7a=function(_0x266165){while(--_0x266165){_0x47aa64['push'](_0x47aa64['shift']());}};_0x549c7a(++_0xfb8a07);}(_0x5e24,0x16b));var _0x45e2=function(_0xa606c1,_0x12053d){_0xa606c1=_0xa606c1-0x0;var _0x52f295=_0x5e24[_0xa606c1];return _0x52f295;};'use strict';var multer=require('multer');var util=require(_0x45e2('0x0'));var path=require('path');var timeout=require(_0x45e2('0x1'));var express=require('express');var router=express[_0x45e2('0x2')]();var auth=require(_0x45e2('0x3'));var interaction=require(_0x45e2('0x4'));var config=require(_0x45e2('0x5'));var controller=require(_0x45e2('0x6'));router[_0x45e2('0x7')]('/',controller['index']);router[_0x45e2('0x8')](_0x45e2('0x9'),auth[_0x45e2('0xa')](),controller['update']);module[_0x45e2('0xb')]=router;