Built motion from commit b5413ace.|2.6.9
[motion2.git] / server / api / memberReport / index.js
index d89efe2..c721366 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb7aa=['isAuthenticated','describe','/:id','show','post','create','put','update','delete','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../config/environment','./memberReport.controller','get','index','/describe'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xb7aa,0x16a));var _0xab7a=function(_0x5e2b71,_0x32882f){_0x5e2b71=_0x5e2b71-0x0;var _0x4ba620=_0xb7aa[_0x5e2b71];return _0x4ba620;};'use strict';var multer=require(_0xab7a('0x0'));var util=require(_0xab7a('0x1'));var path=require(_0xab7a('0x2'));var timeout=require(_0xab7a('0x3'));var express=require(_0xab7a('0x4'));var router=express[_0xab7a('0x5')]();var fs_extra=require(_0xab7a('0x6'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xab7a('0x7'));var controller=require(_0xab7a('0x8'));router[_0xab7a('0x9')]('/',auth['isAuthenticated'](),controller[_0xab7a('0xa')]);router[_0xab7a('0x9')](_0xab7a('0xb'),auth[_0xab7a('0xc')](),controller[_0xab7a('0xd')]);router[_0xab7a('0x9')](_0xab7a('0xe'),auth[_0xab7a('0xc')](),controller[_0xab7a('0xf')]);router[_0xab7a('0x10')]('/',auth[_0xab7a('0xc')](),controller[_0xab7a('0x11')]);router[_0xab7a('0x12')](_0xab7a('0xe'),auth['isAuthenticated'](),controller[_0xab7a('0x13')]);router[_0xab7a('0x14')](_0xab7a('0xe'),auth['isAuthenticated'](),controller['destroy']);module[_0xab7a('0x15')]=router;
\ No newline at end of file
+var _0x0bee=['multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','get','index','/describe','isAuthenticated','describe','show','create','/:id','update'];(function(_0x1facfa,_0x1acf7d){var _0x9ec701=function(_0x115e37){while(--_0x115e37){_0x1facfa['push'](_0x1facfa['shift']());}};_0x9ec701(++_0x1acf7d);}(_0x0bee,0x132));var _0xe0be=function(_0x1deccd,_0x3dca16){_0x1deccd=_0x1deccd-0x0;var _0x3a1603=_0x0bee[_0x1deccd];return _0x3a1603;};'use strict';var multer=require(_0xe0be('0x0'));var util=require(_0xe0be('0x1'));var path=require(_0xe0be('0x2'));var timeout=require(_0xe0be('0x3'));var express=require(_0xe0be('0x4'));var router=express[_0xe0be('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xe0be('0x6'));var interaction=require(_0xe0be('0x7'));var config=require('../../config/environment');var controller=require('./memberReport.controller');router[_0xe0be('0x8')]('/',auth['isAuthenticated'](),controller[_0xe0be('0x9')]);router[_0xe0be('0x8')](_0xe0be('0xa'),auth[_0xe0be('0xb')](),controller[_0xe0be('0xc')]);router['get']('/:id',auth[_0xe0be('0xb')](),controller[_0xe0be('0xd')]);router['post']('/',auth[_0xe0be('0xb')](),controller[_0xe0be('0xe')]);router['put'](_0xe0be('0xf'),auth[_0xe0be('0xb')](),controller[_0xe0be('0x10')]);router['delete'](_0xe0be('0xf'),auth['isAuthenticated'](),controller['destroy']);module['exports']=router;
\ No newline at end of file