Built motion from commit (unavailable).|2.5.19
[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 _0x7854=['exports','express','Router','./system.controller','get','isAuthenticated','/process/:pid/kill','killProcess'];(function(_0xcbef,_0x313f39){var _0x5d9d2e=function(_0x3e76a0){while(--_0x3e76a0){_0xcbef['push'](_0xcbef['shift']());}};_0x5d9d2e(++_0x313f39);}(_0x7854,0x189));var _0x4785=function(_0x174a72,_0x46034c){_0x174a72=_0x174a72-0x0;var _0x32cecd=_0x7854[_0x174a72];return _0x32cecd;};'use strict';var express=require(_0x4785('0x0'));var router=express[_0x4785('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x4785('0x2'));router[_0x4785('0x3')]('/',auth[_0x4785('0x4')](),controller['index']);router[_0x4785('0x3')](_0x4785('0x5'),auth[_0x4785('0x4')](),controller[_0x4785('0x6')]);module[_0x4785('0x7')]=router;