Built motion from commit 96f8de6d.|2.6.3
[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 _0xeeaa=['killProcess','../../components/auth/service','./system.controller','get','isAuthenticated','index','/process/:pid/kill'];(function(_0x2050aa,_0x2e48ea){var _0x5b03bd=function(_0x16ee1){while(--_0x16ee1){_0x2050aa['push'](_0x2050aa['shift']());}};_0x5b03bd(++_0x2e48ea);}(_0xeeaa,0x112));var _0xaeea=function(_0x4781bd,_0x1a8dc4){_0x4781bd=_0x4781bd-0x0;var _0x308a66=_0xeeaa[_0x4781bd];return _0x308a66;};'use strict';var express=require('express');var router=express['Router']();var auth=require(_0xaeea('0x0'));var controller=require(_0xaeea('0x1'));router[_0xaeea('0x2')]('/',auth[_0xaeea('0x3')](),controller[_0xaeea('0x4')]);router[_0xaeea('0x2')](_0xaeea('0x5'),auth[_0xaeea('0x3')](),controller[_0xaeea('0x6')]);module['exports']=router;