X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FjscriptyQuestionReport%2Findex.js;h=d01527cd8d961d29c2f3e6c97ff6ec0355cbcdfa;hb=fed88ff2b9fedc76d735d841a58c735e5087ca2f;hp=9bd556e34daf722b69f9be19820d8c96eff22e92;hpb=7cda1c65c6741ebe625028920920ca9ef572e569;p=motion2.git diff --git a/server/api/jscriptyQuestionReport/index.js b/server/api/jscriptyQuestionReport/index.js index 9bd556e..d01527c 100644 --- a/server/api/jscriptyQuestionReport/index.js +++ b/server/api/jscriptyQuestionReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x3775=['../../config/environment','./jscriptyQuestionReport.controller','get','isAuthenticated','index','/describe','describe','show','post','put','update','delete','/:id','destroy','exports','util','path','express','fs-extra','../../components/interaction/service'];(function(_0x14e88c,_0x431e95){var _0x348853=function(_0x4af9bf){while(--_0x4af9bf){_0x14e88c['push'](_0x14e88c['shift']());}};_0x348853(++_0x431e95);}(_0x3775,0x177));var _0x5377=function(_0x56876b,_0x77d6dd){_0x56876b=_0x56876b-0x0;var _0x191c71=_0x3775[_0x56876b];return _0x191c71;};'use strict';var multer=require('multer');var util=require(_0x5377('0x0'));var path=require(_0x5377('0x1'));var timeout=require('connect-timeout');var express=require(_0x5377('0x2'));var router=express['Router']();var fs_extra=require(_0x5377('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0x5377('0x4'));var config=require(_0x5377('0x5'));var controller=require(_0x5377('0x6'));router[_0x5377('0x7')]('/',auth[_0x5377('0x8')](),controller[_0x5377('0x9')]);router[_0x5377('0x7')](_0x5377('0xa'),auth[_0x5377('0x8')](),controller[_0x5377('0xb')]);router[_0x5377('0x7')]('/:id',auth[_0x5377('0x8')](),controller[_0x5377('0xc')]);router[_0x5377('0xd')]('/',auth[_0x5377('0x8')](),controller['create']);router[_0x5377('0xe')]('/:id',auth[_0x5377('0x8')](),controller[_0x5377('0xf')]);router[_0x5377('0x10')](_0x5377('0x11'),auth[_0x5377('0x8')](),controller[_0x5377('0x12')]);module[_0x5377('0x13')]=router; \ No newline at end of file +var _0x5ed2=['../../config/environment','get','isAuthenticated','/describe','describe','/:id','post','create','put','delete','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x42ecb5,_0x20b4d2){var _0x487442=function(_0x555189){while(--_0x555189){_0x42ecb5['push'](_0x42ecb5['shift']());}};_0x487442(++_0x20b4d2);}(_0x5ed2,0x187));var _0x25ed=function(_0x1e3c02,_0x5c07a2){_0x1e3c02=_0x1e3c02-0x0;var _0x4d26d7=_0x5ed2[_0x1e3c02];return _0x4d26d7;};'use strict';var multer=require(_0x25ed('0x0'));var util=require(_0x25ed('0x1'));var path=require(_0x25ed('0x2'));var timeout=require(_0x25ed('0x3'));var express=require(_0x25ed('0x4'));var router=express[_0x25ed('0x5')]();var fs_extra=require(_0x25ed('0x6'));var auth=require(_0x25ed('0x7'));var interaction=require(_0x25ed('0x8'));var config=require(_0x25ed('0x9'));var controller=require('./jscriptyQuestionReport.controller');router[_0x25ed('0xa')]('/',auth[_0x25ed('0xb')](),controller['index']);router[_0x25ed('0xa')](_0x25ed('0xc'),auth[_0x25ed('0xb')](),controller[_0x25ed('0xd')]);router['get'](_0x25ed('0xe'),auth['isAuthenticated'](),controller['show']);router[_0x25ed('0xf')]('/',auth[_0x25ed('0xb')](),controller[_0x25ed('0x10')]);router[_0x25ed('0x11')](_0x25ed('0xe'),auth['isAuthenticated'](),controller['update']);router[_0x25ed('0x12')](_0x25ed('0xe'),auth[_0x25ed('0xb')](),controller['destroy']);module[_0x25ed('0x13')]=router; \ No newline at end of file