497154f4c3b7ee13e3a8f3a30a356608bcfcce62
[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 _0x966a=['./system.controller','get','index','isAuthenticated','killProcess','exports','express','Router'];(function(_0x20b1ca,_0xcaa99b){var _0x13a457=function(_0x49b381){while(--_0x49b381){_0x20b1ca['push'](_0x20b1ca['shift']());}};_0x13a457(++_0xcaa99b);}(_0x966a,0x16e));var _0xa966=function(_0x1bf2c2,_0x6f3632){_0x1bf2c2=_0x1bf2c2-0x0;var _0x384ef3=_0x966a[_0x1bf2c2];return _0x384ef3;};'use strict';var express=require(_0xa966('0x0'));var router=express[_0xa966('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xa966('0x2'));router[_0xa966('0x3')]('/',auth['isAuthenticated'](),controller[_0xa966('0x4')]);router[_0xa966('0x3')]('/process/:pid/kill',auth[_0xa966('0x5')](),controller[_0xa966('0x6')]);module[_0xa966('0x7')]=router;