Built motion from commit (unavailable).|2.5.26
[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 _0x25e7=['../../components/auth/service','./system.controller','get','isAuthenticated','index','/process/:pid/kill','express','Router'];(function(_0x266666,_0x1b0604){var _0x167232=function(_0xc0b156){while(--_0xc0b156){_0x266666['push'](_0x266666['shift']());}};_0x167232(++_0x1b0604);}(_0x25e7,0x1d6));var _0x725e=function(_0x4d3940,_0x167a82){_0x4d3940=_0x4d3940-0x0;var _0x542862=_0x25e7[_0x4d3940];return _0x542862;};'use strict';var express=require(_0x725e('0x0'));var router=express[_0x725e('0x1')]();var auth=require(_0x725e('0x2'));var controller=require(_0x725e('0x3'));router[_0x725e('0x4')]('/',auth[_0x725e('0x5')](),controller[_0x725e('0x6')]);router[_0x725e('0x4')](_0x725e('0x7'),auth[_0x725e('0x5')](),controller['killProcess']);module['exports']=router;