Built motion from commit e02f907f.|2.6.14
[motion2.git] / server / api / analyticExtractedReport / index.js
index 0201661..29a6bdc 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x0d3f=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','/:id','isAuthenticated','show','/:id/download','download','post','create','put','delete','exports','multer','connect-timeout','Router'];(function(_0x5d53ea,_0x367d20){var _0x3a0a8b=function(_0x4b71e3){while(--_0x4b71e3){_0x5d53ea['push'](_0x5d53ea['shift']());}};_0x3a0a8b(++_0x367d20);}(_0x0d3f,0x10b));var _0xf0d3=function(_0x51b169,_0x5efbc2){_0x51b169=_0x51b169-0x0;var _0x12605a=_0x0d3f[_0x51b169];return _0x12605a;};'use strict';var multer=require(_0xf0d3('0x0'));var util=require('util');var path=require('path');var timeout=require(_0xf0d3('0x1'));var express=require('express');var router=express[_0xf0d3('0x2')]();var fs_extra=require(_0xf0d3('0x3'));var auth=require(_0xf0d3('0x4'));var interaction=require(_0xf0d3('0x5'));var config=require(_0xf0d3('0x6'));var controller=require('./analyticExtractedReport.controller');router[_0xf0d3('0x7')]('/',auth['isAuthenticated'](),controller['index']);router[_0xf0d3('0x7')](_0xf0d3('0x8'),auth[_0xf0d3('0x9')](),controller[_0xf0d3('0xa')]);router[_0xf0d3('0x7')](_0xf0d3('0xb'),auth[_0xf0d3('0x9')](),controller[_0xf0d3('0xc')]);router[_0xf0d3('0xd')]('/',auth[_0xf0d3('0x9')](),controller[_0xf0d3('0xe')]);router[_0xf0d3('0xf')](_0xf0d3('0x8'),auth[_0xf0d3('0x9')](),controller['update']);router[_0xf0d3('0x10')](_0xf0d3('0x8'),auth[_0xf0d3('0x9')](),controller['destroy']);module[_0xf0d3('0x11')]=router;
\ No newline at end of file
+var _0x5c71=['/:id','isAuthenticated','show','create','update','exports','express','Router','../../components/interaction/service','./analyticExtractedReport.controller','get'];(function(_0x23a0b6,_0x1625ed){var _0x276250=function(_0x5bfd35){while(--_0x5bfd35){_0x23a0b6['push'](_0x23a0b6['shift']());}};_0x276250(++_0x1625ed);}(_0x5c71,0x124));var _0x15c7=function(_0x2c41fb,_0x24b8b6){_0x2c41fb=_0x2c41fb-0x0;var _0x242bbc=_0x5c71[_0x2c41fb];return _0x242bbc;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x15c7('0x0'));var router=express[_0x15c7('0x1')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x15c7('0x2'));var config=require('../../config/environment');var controller=require(_0x15c7('0x3'));router[_0x15c7('0x4')]('/',auth['isAuthenticated'](),controller['index']);router[_0x15c7('0x4')](_0x15c7('0x5'),auth[_0x15c7('0x6')](),controller[_0x15c7('0x7')]);router[_0x15c7('0x4')]('/:id/download',auth[_0x15c7('0x6')](),controller['download']);router['post']('/',auth['isAuthenticated'](),controller[_0x15c7('0x8')]);router['put'](_0x15c7('0x5'),auth[_0x15c7('0x6')](),controller[_0x15c7('0x9')]);router['delete']('/:id',auth[_0x15c7('0x6')](),controller['destroy']);module[_0x15c7('0xa')]=router;
\ No newline at end of file