Built motion from commit (unavailable).|2.5.9
[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 _0x2282=['put','/:id','isAuthenticated','update','util','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./license.controller','get','index'];(function(_0x39f8b4,_0x492452){var _0x2e8275=function(_0x189436){while(--_0x189436){_0x39f8b4['push'](_0x39f8b4['shift']());}};_0x2e8275(++_0x492452);}(_0x2282,0x79));var _0x2228=function(_0x456a4b,_0x51df8){_0x456a4b=_0x456a4b-0x0;var _0x42957c=_0x2282[_0x456a4b];return _0x42957c;};'use strict';var multer=require('multer');var util=require(_0x2228('0x0'));var path=require('path');var timeout=require(_0x2228('0x1'));var express=require(_0x2228('0x2'));var router=express[_0x2228('0x3')]();var auth=require(_0x2228('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x2228('0x5'));var controller=require(_0x2228('0x6'));router[_0x2228('0x7')]('/',controller[_0x2228('0x8')]);router[_0x2228('0x9')](_0x2228('0xa'),auth[_0x2228('0xb')](),controller[_0x2228('0xc')]);module['exports']=router;