X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FmemberReport%2Findex.js;h=5c8309646614b9da32bd8756cd83c6120e9e1e7c;hb=c593ef5de079879fb7bfbdd8f8d4d8640e684821;hp=c7213664a0275df4b480ce9b798aae5ddb962fd2;hpb=7b947914a77b8347fb1d6de0275fa1bbfcdf6ff9;p=motion2.git diff --git a/server/api/memberReport/index.js b/server/api/memberReport/index.js index c721366..5c83096 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 _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 +var _0x6f0b=['destroy','exports','multer','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../config/environment','get','index','/describe','describe','/:id','isAuthenticated','show','post','create','put','update','delete'];(function(_0x2e237f,_0x4501d0){var _0xadba9a=function(_0x4f2ce4){while(--_0x4f2ce4){_0x2e237f['push'](_0x2e237f['shift']());}};_0xadba9a(++_0x4501d0);}(_0x6f0b,0x1e6));var _0xb6f0=function(_0x187995,_0x17334b){_0x187995=_0x187995-0x0;var _0x28c997=_0x6f0b[_0x187995];return _0x28c997;};'use strict';var multer=require(_0xb6f0('0x0'));var util=require(_0xb6f0('0x1'));var path=require(_0xb6f0('0x2'));var timeout=require(_0xb6f0('0x3'));var express=require('express');var router=express[_0xb6f0('0x4')]();var fs_extra=require(_0xb6f0('0x5'));var auth=require(_0xb6f0('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xb6f0('0x7'));var controller=require('./memberReport.controller');router[_0xb6f0('0x8')]('/',auth['isAuthenticated'](),controller[_0xb6f0('0x9')]);router[_0xb6f0('0x8')](_0xb6f0('0xa'),auth['isAuthenticated'](),controller[_0xb6f0('0xb')]);router['get'](_0xb6f0('0xc'),auth[_0xb6f0('0xd')](),controller[_0xb6f0('0xe')]);router[_0xb6f0('0xf')]('/',auth[_0xb6f0('0xd')](),controller[_0xb6f0('0x10')]);router[_0xb6f0('0x11')](_0xb6f0('0xc'),auth[_0xb6f0('0xd')](),controller[_0xb6f0('0x12')]);router[_0xb6f0('0x13')]('/:id',auth[_0xb6f0('0xd')](),controller[_0xb6f0('0x14')]);module[_0xb6f0('0x15')]=router; \ No newline at end of file