Built motion from commit 9d7072cc.|2.5.39
[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 _0x4366=['isAuthenticated','index','/process/:pid/kill','killProcess','express','Router','../../components/auth/service','./system.controller','get'];(function(_0x5a2ac1,_0x416244){var _0x5715b8=function(_0x3ff2e6){while(--_0x3ff2e6){_0x5a2ac1['push'](_0x5a2ac1['shift']());}};_0x5715b8(++_0x416244);}(_0x4366,0x175));var _0x6436=function(_0x4fa9b5,_0x25abed){_0x4fa9b5=_0x4fa9b5-0x0;var _0x2387f1=_0x4366[_0x4fa9b5];return _0x2387f1;};'use strict';var express=require(_0x6436('0x0'));var router=express[_0x6436('0x1')]();var auth=require(_0x6436('0x2'));var controller=require(_0x6436('0x3'));router[_0x6436('0x4')]('/',auth[_0x6436('0x5')](),controller[_0x6436('0x6')]);router[_0x6436('0x4')](_0x6436('0x7'),auth[_0x6436('0x5')](),controller[_0x6436('0x8')]);module['exports']=router;