Built motion from commit (unavailable).|2.5.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 _0x7bfd=['./system.controller','get','isAuthenticated','index','/process/:pid/kill','killProcess','exports','express','Router','../../components/auth/service'];(function(_0x23a766,_0x2eab2c){var _0x439cd4=function(_0x4b2913){while(--_0x4b2913){_0x23a766['push'](_0x23a766['shift']());}};_0x439cd4(++_0x2eab2c);}(_0x7bfd,0x1b5));var _0xd7bf=function(_0x57b54c,_0x54ce0d){_0x57b54c=_0x57b54c-0x0;var _0x59cc19=_0x7bfd[_0x57b54c];return _0x59cc19;};'use strict';var express=require(_0xd7bf('0x0'));var router=express[_0xd7bf('0x1')]();var auth=require(_0xd7bf('0x2'));var controller=require(_0xd7bf('0x3'));router[_0xd7bf('0x4')]('/',auth[_0xd7bf('0x5')](),controller[_0xd7bf('0x6')]);router[_0xd7bf('0x4')](_0xd7bf('0x7'),auth[_0xd7bf('0x5')](),controller[_0xd7bf('0x8')]);module[_0xd7bf('0x9')]=router;