X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FanalyticCustomReport%2Findex.js;h=515b8979d9eb934ad1fefc3db5dc87376aa8afcb;hb=d0e53397894213749637bb93a101e4fc9544eaa3;hp=65957dd4f1942882815bf6047771c63d71dbcc1e;hpb=877636f71ea4e4a4bfc9f2950f78c09e94a43e10;p=motion2.git diff --git a/server/api/analyticCustomReport/index.js b/server/api/analyticCustomReport/index.js index 65957dd..515b897 100644 --- a/server/api/analyticCustomReport/index.js +++ b/server/api/analyticCustomReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x16a3=['../../components/auth/service','../../components/interaction/service','./analyticCustomReport.controller','get','isAuthenticated','index','/:id','show','/:id/preview','preview','run','/:id/query','query','create','put','delete','multer','util','connect-timeout','express','Router'];(function(_0x26d386,_0x1660c0){var _0x4ef9a8=function(_0x55e2d3){while(--_0x55e2d3){_0x26d386['push'](_0x26d386['shift']());}};_0x4ef9a8(++_0x1660c0);}(_0x16a3,0x8e));var _0x316a=function(_0xd07996,_0x132d83){_0xd07996=_0xd07996-0x0;var _0x25ed89=_0x16a3[_0xd07996];return _0x25ed89;};'use strict';var multer=require(_0x316a('0x0'));var util=require(_0x316a('0x1'));var path=require('path');var timeout=require(_0x316a('0x2'));var express=require(_0x316a('0x3'));var router=express[_0x316a('0x4')]();var auth=require(_0x316a('0x5'));var interaction=require(_0x316a('0x6'));var config=require('../../config/environment');var controller=require(_0x316a('0x7'));router[_0x316a('0x8')]('/',auth[_0x316a('0x9')](),controller[_0x316a('0xa')]);router[_0x316a('0x8')](_0x316a('0xb'),auth[_0x316a('0x9')](),controller[_0x316a('0xc')]);router[_0x316a('0x8')](_0x316a('0xd'),auth[_0x316a('0x9')](),controller[_0x316a('0xe')]);router['get']('/:id/run',auth['isAuthenticated'](),controller[_0x316a('0xf')]);router[_0x316a('0x8')](_0x316a('0x10'),auth[_0x316a('0x9')](),controller[_0x316a('0x11')]);router['post']('/',auth[_0x316a('0x9')](),controller[_0x316a('0x12')]);router[_0x316a('0x13')](_0x316a('0xb'),auth[_0x316a('0x9')](),controller['update']);router[_0x316a('0x14')](_0x316a('0xb'),auth[_0x316a('0x9')](),controller['destroy']);module['exports']=router; \ No newline at end of file +var _0xf8e1=['index','/:id/preview','preview','/:id/run','/:id/query','query','post','create','put','/:id','update','delete','multer','util','path','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./analyticCustomReport.controller','get','isAuthenticated'];(function(_0x47b90f,_0x5f1976){var _0x1af120=function(_0x2ff773){while(--_0x2ff773){_0x47b90f['push'](_0x47b90f['shift']());}};_0x1af120(++_0x5f1976);}(_0xf8e1,0x140));var _0x1f8e=function(_0x4f7031,_0x4cc4bd){_0x4f7031=_0x4f7031-0x0;var _0x3199ac=_0xf8e1[_0x4f7031];return _0x3199ac;};'use strict';var multer=require(_0x1f8e('0x0'));var util=require(_0x1f8e('0x1'));var path=require(_0x1f8e('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x1f8e('0x3')]();var auth=require(_0x1f8e('0x4'));var interaction=require(_0x1f8e('0x5'));var config=require(_0x1f8e('0x6'));var controller=require(_0x1f8e('0x7'));router[_0x1f8e('0x8')]('/',auth[_0x1f8e('0x9')](),controller[_0x1f8e('0xa')]);router[_0x1f8e('0x8')]('/:id',auth[_0x1f8e('0x9')](),controller['show']);router[_0x1f8e('0x8')](_0x1f8e('0xb'),auth['isAuthenticated'](),controller[_0x1f8e('0xc')]);router['get'](_0x1f8e('0xd'),auth['isAuthenticated'](),controller['run']);router[_0x1f8e('0x8')](_0x1f8e('0xe'),auth['isAuthenticated'](),controller[_0x1f8e('0xf')]);router[_0x1f8e('0x10')]('/',auth[_0x1f8e('0x9')](),controller[_0x1f8e('0x11')]);router[_0x1f8e('0x12')](_0x1f8e('0x13'),auth[_0x1f8e('0x9')](),controller[_0x1f8e('0x14')]);router[_0x1f8e('0x15')](_0x1f8e('0x13'),auth['isAuthenticated'](),controller['destroy']);module['exports']=router; \ No newline at end of file