X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FanalyticCustomReport%2Findex.js;h=b17e0338500af1a3689f0ce5f6b9d0724ee14271;hb=0fe7d63fdd24ac799f5260a5b10b06097955b09f;hp=6e2424a778222efbcdf3cb38a3f61e1f422cb070;hpb=4f69ebcfd3a87338adde0f617720ee400a063456;p=motion2.git diff --git a/server/api/analyticCustomReport/index.js b/server/api/analyticCustomReport/index.js index 6e2424a..b17e033 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 _0x8bc8=['../../config/environment','./analyticCustomReport.controller','get','index','/:id','isAuthenticated','preview','/:id/run','run','query','create','put','update','destroy','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x54a7d8,_0x1817db){var _0x5425aa=function(_0x383909){while(--_0x383909){_0x54a7d8['push'](_0x54a7d8['shift']());}};_0x5425aa(++_0x1817db);}(_0x8bc8,0x99));var _0x88bc=function(_0x283b55,_0x279bee){_0x283b55=_0x283b55-0x0;var _0x192e58=_0x8bc8[_0x283b55];return _0x192e58;};'use strict';var multer=require(_0x88bc('0x0'));var util=require('util');var path=require(_0x88bc('0x1'));var timeout=require(_0x88bc('0x2'));var express=require(_0x88bc('0x3'));var router=express[_0x88bc('0x4')]();var fs_extra=require(_0x88bc('0x5'));var auth=require(_0x88bc('0x6'));var interaction=require(_0x88bc('0x7'));var config=require(_0x88bc('0x8'));var controller=require(_0x88bc('0x9'));router[_0x88bc('0xa')]('/',auth['isAuthenticated'](),controller[_0x88bc('0xb')]);router['get'](_0x88bc('0xc'),auth[_0x88bc('0xd')](),controller['show']);router['get']('/:id/preview',auth['isAuthenticated'](),controller[_0x88bc('0xe')]);router[_0x88bc('0xa')](_0x88bc('0xf'),auth[_0x88bc('0xd')](),controller[_0x88bc('0x10')]);router[_0x88bc('0xa')]('/:id/query',auth[_0x88bc('0xd')](),controller[_0x88bc('0x11')]);router['post']('/',auth['isAuthenticated'](),controller[_0x88bc('0x12')]);router[_0x88bc('0x13')](_0x88bc('0xc'),auth[_0x88bc('0xd')](),controller[_0x88bc('0x14')]);router['delete'](_0x88bc('0xc'),auth[_0x88bc('0xd')](),controller[_0x88bc('0x15')]);module[_0x88bc('0x16')]=router; \ No newline at end of file +var _0x6d5b=['exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/:id','show','preview','/:id/run','run','create','delete','destroy'];(function(_0x1ac052,_0x3f8942){var _0x17dfe7=function(_0xec078b){while(--_0xec078b){_0x1ac052['push'](_0x1ac052['shift']());}};_0x17dfe7(++_0x3f8942);}(_0x6d5b,0xb5));var _0xb6d5=function(_0x3e10dc,_0x230393){_0x3e10dc=_0x3e10dc-0x0;var _0x20020c=_0x6d5b[_0x3e10dc];return _0x20020c;};'use strict';var multer=require('multer');var util=require(_0xb6d5('0x0'));var path=require(_0xb6d5('0x1'));var timeout=require(_0xb6d5('0x2'));var express=require(_0xb6d5('0x3'));var router=express[_0xb6d5('0x4')]();var fs_extra=require(_0xb6d5('0x5'));var auth=require(_0xb6d5('0x6'));var interaction=require(_0xb6d5('0x7'));var config=require(_0xb6d5('0x8'));var controller=require('./analyticCustomReport.controller');router[_0xb6d5('0x9')]('/',auth[_0xb6d5('0xa')](),controller['index']);router[_0xb6d5('0x9')](_0xb6d5('0xb'),auth[_0xb6d5('0xa')](),controller[_0xb6d5('0xc')]);router['get']('/:id/preview',auth[_0xb6d5('0xa')](),controller[_0xb6d5('0xd')]);router[_0xb6d5('0x9')](_0xb6d5('0xe'),auth[_0xb6d5('0xa')](),controller[_0xb6d5('0xf')]);router[_0xb6d5('0x9')]('/:id/query',auth['isAuthenticated'](),controller['query']);router['post']('/',auth[_0xb6d5('0xa')](),controller[_0xb6d5('0x10')]);router['put'](_0xb6d5('0xb'),auth['isAuthenticated'](),controller['update']);router[_0xb6d5('0x11')](_0xb6d5('0xb'),auth[_0xb6d5('0xa')](),controller[_0xb6d5('0x12')]);module[_0xb6d5('0x13')]=router; \ No newline at end of file