Built motion from commit 4ffc18b1.|2.6.31
[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 _0x7d74=['isAuthenticated','killProcess','exports','express','Router','../../components/auth/service','get'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x7d74,0x15a));var _0x47d7=function(_0x413feb,_0x10477f){_0x413feb=_0x413feb-0x0;var _0x40ee88=_0x7d74[_0x413feb];return _0x40ee88;};'use strict';var express=require(_0x47d7('0x0'));var router=express[_0x47d7('0x1')]();var auth=require(_0x47d7('0x2'));var controller=require('./system.controller');router[_0x47d7('0x3')]('/',auth[_0x47d7('0x4')](),controller['index']);router[_0x47d7('0x3')]('/process/:pid/kill',auth[_0x47d7('0x4')](),controller[_0x47d7('0x5')]);module[_0x47d7('0x6')]=router;