X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FmemberReport%2Findex.js;h=dbd9f883e3f94e01b54e910191b309ab3bd3cb81;hb=44bd2814959684a7f7b774f2c71a3b12f9ba5952;hp=46e80603cb17aa603c16c2ac54ad2ce9ab6978dc;hpb=868a31873a4f5d6a45b7a9cfef882f2e311d37fa;p=motion2.git diff --git a/server/api/memberReport/index.js b/server/api/memberReport/index.js index 46e8060..dbd9f88 100644 --- a/server/api/memberReport/index.js +++ b/server/api/memberReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xa885=['create','put','update','delete','/:id','destroy','exports','multer','util','connect-timeout','../../components/auth/service','isAuthenticated','index','get','/describe','describe','show','post'];(function(_0x3ee9fc,_0x3638cf){var _0x4649cc=function(_0x5133c7){while(--_0x5133c7){_0x3ee9fc['push'](_0x3ee9fc['shift']());}};_0x4649cc(++_0x3638cf);}(_0xa885,0x1c9));var _0x5a88=function(_0x152c96,_0x34e4b2){_0x152c96=_0x152c96-0x0;var _0x3f152d=_0xa885[_0x152c96];return _0x3f152d;};'use strict';var multer=require(_0x5a88('0x0'));var util=require(_0x5a88('0x1'));var path=require('path');var timeout=require(_0x5a88('0x2'));var express=require('express');var router=express['Router']();var auth=require(_0x5a88('0x3'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./memberReport.controller');router['get']('/',auth[_0x5a88('0x4')](),controller[_0x5a88('0x5')]);router[_0x5a88('0x6')](_0x5a88('0x7'),auth[_0x5a88('0x4')](),controller[_0x5a88('0x8')]);router[_0x5a88('0x6')]('/:id',auth['isAuthenticated'](),controller[_0x5a88('0x9')]);router[_0x5a88('0xa')]('/',auth[_0x5a88('0x4')](),controller[_0x5a88('0xb')]);router[_0x5a88('0xc')]('/:id',auth[_0x5a88('0x4')](),controller[_0x5a88('0xd')]);router[_0x5a88('0xe')](_0x5a88('0xf'),auth[_0x5a88('0x4')](),controller[_0x5a88('0x10')]);module[_0x5a88('0x11')]=router; \ No newline at end of file +var _0x3a1e=['create','/:id','update','destroy','exports','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','describe','show','post'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x3a1e,0x191));var _0xe3a1=function(_0x43b584,_0x20a6bd){_0x43b584=_0x43b584-0x0;var _0x48f27b=_0x3a1e[_0x43b584];return _0x48f27b;};'use strict';var multer=require('multer');var util=require(_0xe3a1('0x0'));var path=require(_0xe3a1('0x1'));var timeout=require(_0xe3a1('0x2'));var express=require(_0xe3a1('0x3'));var router=express[_0xe3a1('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xe3a1('0x5'));var config=require(_0xe3a1('0x6'));var controller=require('./memberReport.controller');router[_0xe3a1('0x7')]('/',auth[_0xe3a1('0x8')](),controller['index']);router[_0xe3a1('0x7')](_0xe3a1('0x9'),auth[_0xe3a1('0x8')](),controller[_0xe3a1('0xa')]);router[_0xe3a1('0x7')]('/:id',auth[_0xe3a1('0x8')](),controller[_0xe3a1('0xb')]);router[_0xe3a1('0xc')]('/',auth[_0xe3a1('0x8')](),controller[_0xe3a1('0xd')]);router['put'](_0xe3a1('0xe'),auth[_0xe3a1('0x8')](),controller[_0xe3a1('0xf')]);router['delete'](_0xe3a1('0xe'),auth[_0xe3a1('0x8')](),controller[_0xe3a1('0x10')]);module[_0xe3a1('0x11')]=router; \ No newline at end of file