X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FopenchannelQueueReport%2Findex.js;h=0af0ef78b174e8be1af0655f0f3346e364046081;hb=7e2a86485d5b091066011cf58fcba785923a5ac5;hp=4c5019cd6ba80c45e3f3e29ce1b4928a6e359d97;hpb=de6f27d8824ffb29cbf937050a12378469af9a53;p=motion2.git diff --git a/server/api/openchannelQueueReport/index.js b/server/api/openchannelQueueReport/index.js index 4c5019c..0af0ef7 100644 --- a/server/api/openchannelQueueReport/index.js +++ b/server/api/openchannelQueueReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x88ba=['./openchannelQueueReport.controller','get','isAuthenticated','/describe','describe','show','post','create','/:id','update','delete','destroy','multer','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service'];(function(_0x403859,_0x3794b7){var _0xaeeb1c=function(_0x34dcb9){while(--_0x34dcb9){_0x403859['push'](_0x403859['shift']());}};_0xaeeb1c(++_0x3794b7);}(_0x88ba,0xca));var _0xa88b=function(_0x2e913b,_0x4b7071){_0x2e913b=_0x2e913b-0x0;var _0x173899=_0x88ba[_0x2e913b];return _0x173899;};'use strict';var multer=require(_0xa88b('0x0'));var util=require(_0xa88b('0x1'));var path=require(_0xa88b('0x2'));var timeout=require(_0xa88b('0x3'));var express=require('express');var router=express[_0xa88b('0x4')]();var auth=require(_0xa88b('0x5'));var interaction=require(_0xa88b('0x6'));var config=require('../../config/environment');var controller=require(_0xa88b('0x7'));router[_0xa88b('0x8')]('/',auth[_0xa88b('0x9')](),controller['index']);router[_0xa88b('0x8')](_0xa88b('0xa'),auth[_0xa88b('0x9')](),controller[_0xa88b('0xb')]);router[_0xa88b('0x8')]('/:id',auth[_0xa88b('0x9')](),controller[_0xa88b('0xc')]);router[_0xa88b('0xd')]('/',auth[_0xa88b('0x9')](),controller[_0xa88b('0xe')]);router['put'](_0xa88b('0xf'),auth[_0xa88b('0x9')](),controller[_0xa88b('0x10')]);router[_0xa88b('0x11')]('/:id',auth[_0xa88b('0x9')](),controller[_0xa88b('0x12')]);module['exports']=router; \ No newline at end of file +var _0xd37e=['put','exports','util','connect-timeout','express','../../components/interaction/service','./openchannelQueueReport.controller','get','isAuthenticated','index','describe','/:id','show','post','create'];(function(_0x57d359,_0x108843){var _0x33337f=function(_0x47a4b6){while(--_0x47a4b6){_0x57d359['push'](_0x57d359['shift']());}};_0x33337f(++_0x108843);}(_0xd37e,0x13d));var _0xed37=function(_0x11ea14,_0x5bddf5){_0x11ea14=_0x11ea14-0x0;var _0x5286f8=_0xd37e[_0x11ea14];return _0x5286f8;};'use strict';var multer=require('multer');var util=require(_0xed37('0x0'));var path=require('path');var timeout=require(_0xed37('0x1'));var express=require(_0xed37('0x2'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require(_0xed37('0x3'));var config=require('../../config/environment');var controller=require(_0xed37('0x4'));router[_0xed37('0x5')]('/',auth[_0xed37('0x6')](),controller[_0xed37('0x7')]);router['get']('/describe',auth['isAuthenticated'](),controller[_0xed37('0x8')]);router[_0xed37('0x5')](_0xed37('0x9'),auth[_0xed37('0x6')](),controller[_0xed37('0xa')]);router[_0xed37('0xb')]('/',auth[_0xed37('0x6')](),controller[_0xed37('0xc')]);router[_0xed37('0xd')](_0xed37('0x9'),auth[_0xed37('0x6')](),controller['update']);router['delete']('/:id',auth[_0xed37('0x6')](),controller['destroy']);module[_0xed37('0xe')]=router; \ No newline at end of file