Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / api / realtime / index.js
index 2f08053..06e0829 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2f14=['Router','../../components/auth/service','get','/agents','isAuthenticated','getAgents','/queues','exports','express'];(function(_0x43e05b,_0x32cb03){var _0x5172f5=function(_0x1e85ac){while(--_0x1e85ac){_0x43e05b['push'](_0x43e05b['shift']());}};_0x5172f5(++_0x32cb03);}(_0x2f14,0x1b8));var _0x42f1=function(_0x2c1d16,_0x2f0dd5){_0x2c1d16=_0x2c1d16-0x0;var _0x29cf36=_0x2f14[_0x2c1d16];return _0x29cf36;};'use strict';var express=require(_0x42f1('0x0'));var router=express[_0x42f1('0x1')]();var auth=require(_0x42f1('0x2'));var controller=require('./realtime.controller');router[_0x42f1('0x3')](_0x42f1('0x4'),auth[_0x42f1('0x5')](),controller[_0x42f1('0x6')]);router[_0x42f1('0x3')](_0x42f1('0x7'),auth['isAuthenticated'](),controller['getQueues']);module[_0x42f1('0x8')]=router;
\ No newline at end of file
+var _0xce3a=['Router','./realtime.controller','get','isAuthenticated','getAgents','/queues','getQueues','express'];(function(_0x3ee6f2,_0x4d546c){var _0x5ac608=function(_0x6fca39){while(--_0x6fca39){_0x3ee6f2['push'](_0x3ee6f2['shift']());}};_0x5ac608(++_0x4d546c);}(_0xce3a,0x1df));var _0xace3=function(_0x454815,_0x2d80cf){_0x454815=_0x454815-0x0;var _0x5579b4=_0xce3a[_0x454815];return _0x5579b4;};'use strict';var express=require(_0xace3('0x0'));var router=express[_0xace3('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xace3('0x2'));router[_0xace3('0x3')]('/agents',auth[_0xace3('0x4')](),controller[_0xace3('0x5')]);router['get'](_0xace3('0x6'),auth[_0xace3('0x4')](),controller[_0xace3('0x7')]);module['exports']=router;
\ No newline at end of file