Built motion from commit (unavailable).|2.0.83
[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 _0xc60e=['./license.controller','get','index','put','/:id','exports','connect-timeout','express','Router','../../components/auth/service','../../config/environment'];(function(_0x291b6a,_0x2a609d){var _0x52af4d=function(_0xc124aa){while(--_0xc124aa){_0x291b6a['push'](_0x291b6a['shift']());}};_0x52af4d(++_0x2a609d);}(_0xc60e,0x95));var _0xec60=function(_0x56f0cf,_0x5a4db4){_0x56f0cf=_0x56f0cf-0x0;var _0x11af09=_0xc60e[_0x56f0cf];return _0x11af09;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xec60('0x0'));var express=require(_0xec60('0x1'));var router=express[_0xec60('0x2')]();var auth=require(_0xec60('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0xec60('0x4'));var controller=require(_0xec60('0x5'));router[_0xec60('0x6')]('/',controller[_0xec60('0x7')]);router[_0xec60('0x8')](_0xec60('0x9'),auth['isAuthenticated'](),controller['update']);module[_0xec60('0xa')]=router;