Built motion from commit 43538d75.|2.5.35
[motion2.git] / server / api / realtime / 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 _0x36d3=['Router','../../components/auth/service','/queues','isAuthenticated','getQueues','exports','express'];(function(_0x2d8d4d,_0x402a41){var _0x22d3d6=function(_0x6c3193){while(--_0x6c3193){_0x2d8d4d['push'](_0x2d8d4d['shift']());}};_0x22d3d6(++_0x402a41);}(_0x36d3,0xb5));var _0x336d=function(_0x5dce28,_0x3926b9){_0x5dce28=_0x5dce28-0x0;var _0x10205b=_0x36d3[_0x5dce28];return _0x10205b;};'use strict';var express=require(_0x336d('0x0'));var router=express[_0x336d('0x1')]();var auth=require(_0x336d('0x2'));var controller=require('./realtime.controller');router['get'](_0x336d('0x3'),auth[_0x336d('0x4')](),controller[_0x336d('0x5')]);module[_0x336d('0x6')]=router;