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 _0x505d=['/process/:pid/kill','killProcess','exports','../../components/auth/service','./system.controller','get','isAuthenticated','index'];(function(_0x19c26c,_0x2d0dda){var _0x5030de=function(_0x382a6a){while(--_0x382a6a){_0x19c26c['push'](_0x19c26c['shift']());}};_0x5030de(++_0x2d0dda);}(_0x505d,0x93));var _0xd505=function(_0x18afca,_0x4219d9){_0x18afca=_0x18afca-0x0;var _0x11603f=_0x505d[_0x18afca];return _0x11603f;};'use strict';var express=require('express');var router=express['Router']();var auth=require(_0xd505('0x0'));var controller=require(_0xd505('0x1'));router[_0xd505('0x2')]('/',auth[_0xd505('0x3')](),controller[_0xd505('0x4')]);router['get'](_0xd505('0x5'),auth[_0xd505('0x3')](),controller[_0xd505('0x6')]);module[_0xd505('0x7')]=router;