Built motion from commit (unavailable).|2.5.21
[motion2.git] / server / api / system / 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 _0xdc30=['index','/process/:pid/kill','killProcess','exports','express','Router','../../components/auth/service','./system.controller','get','isAuthenticated'];(function(_0x4161c2,_0x1daec7){var _0x5bf9df=function(_0x12c04c){while(--_0x12c04c){_0x4161c2['push'](_0x4161c2['shift']());}};_0x5bf9df(++_0x1daec7);}(_0xdc30,0x194));var _0x0dc3=function(_0x3ee1fe,_0x59f2a1){_0x3ee1fe=_0x3ee1fe-0x0;var _0x1ae57a=_0xdc30[_0x3ee1fe];return _0x1ae57a;};'use strict';var express=require(_0x0dc3('0x0'));var router=express[_0x0dc3('0x1')]();var auth=require(_0x0dc3('0x2'));var controller=require(_0x0dc3('0x3'));router[_0x0dc3('0x4')]('/',auth[_0x0dc3('0x5')](),controller[_0x0dc3('0x6')]);router[_0x0dc3('0x4')](_0x0dc3('0x7'),auth[_0x0dc3('0x5')](),controller[_0x0dc3('0x8')]);module[_0x0dc3('0x9')]=router;