X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FintegrationReport%2Findex.js;h=e78fadd3b042545bb5e5384b3bf8e8626ccf495f;hb=868a31873a4f5d6a45b7a9cfef882f2e311d37fa;hp=95487b94fdc63c9c39f951ea642065f0894ff909;hpb=08f6e0b86d261e0f7c3417afd107d7f774257198;p=motion2.git diff --git a/server/api/integrationReport/index.js b/server/api/integrationReport/index.js index 95487b9..e78fadd 100644 --- a/server/api/integrationReport/index.js +++ b/server/api/integrationReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x744b=['/:id','post','create','put','update','delete','multer','util','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./integrationReport.controller','get','isAuthenticated','index','/describe','describe'];(function(_0x56916d,_0x37b935){var _0x2b7f1f=function(_0x206eb1){while(--_0x206eb1){_0x56916d['push'](_0x56916d['shift']());}};_0x2b7f1f(++_0x37b935);}(_0x744b,0x123));var _0xb744=function(_0x9c623b,_0x3008cb){_0x9c623b=_0x9c623b-0x0;var _0x176a42=_0x744b[_0x9c623b];return _0x176a42;};'use strict';var multer=require(_0xb744('0x0'));var util=require(_0xb744('0x1'));var path=require('path');var timeout=require(_0xb744('0x2'));var express=require(_0xb744('0x3'));var router=express[_0xb744('0x4')]();var auth=require(_0xb744('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xb744('0x6'));var controller=require(_0xb744('0x7'));router[_0xb744('0x8')]('/',auth[_0xb744('0x9')](),controller[_0xb744('0xa')]);router[_0xb744('0x8')](_0xb744('0xb'),auth[_0xb744('0x9')](),controller[_0xb744('0xc')]);router[_0xb744('0x8')](_0xb744('0xd'),auth[_0xb744('0x9')](),controller['show']);router[_0xb744('0xe')]('/',auth[_0xb744('0x9')](),controller[_0xb744('0xf')]);router[_0xb744('0x10')](_0xb744('0xd'),auth[_0xb744('0x9')](),controller[_0xb744('0x11')]);router[_0xb744('0x12')](_0xb744('0xd'),auth[_0xb744('0x9')](),controller['destroy']);module['exports']=router; \ No newline at end of file +var _0x0d98=['isAuthenticated','describe','show','create','put','update','delete','/:id','destroy','multer','util','path','../../components/auth/service','../../components/interaction/service','../../config/environment','./integrationReport.controller'];(function(_0x4507ea,_0x415533){var _0x2b0c61=function(_0x418ee8){while(--_0x418ee8){_0x4507ea['push'](_0x4507ea['shift']());}};_0x2b0c61(++_0x415533);}(_0x0d98,0x149));var _0x80d9=function(_0x3c5f08,_0x47141d){_0x3c5f08=_0x3c5f08-0x0;var _0x518ca1=_0x0d98[_0x3c5f08];return _0x518ca1;};'use strict';var multer=require(_0x80d9('0x0'));var util=require(_0x80d9('0x1'));var path=require(_0x80d9('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var auth=require(_0x80d9('0x3'));var interaction=require(_0x80d9('0x4'));var config=require(_0x80d9('0x5'));var controller=require(_0x80d9('0x6'));router['get']('/',auth[_0x80d9('0x7')](),controller['index']);router['get']('/describe',auth[_0x80d9('0x7')](),controller[_0x80d9('0x8')]);router['get']('/:id',auth[_0x80d9('0x7')](),controller[_0x80d9('0x9')]);router['post']('/',auth['isAuthenticated'](),controller[_0x80d9('0xa')]);router[_0x80d9('0xb')]('/:id',auth[_0x80d9('0x7')](),controller[_0x80d9('0xc')]);router[_0x80d9('0xd')](_0x80d9('0xe'),auth[_0x80d9('0x7')](),controller[_0x80d9('0xf')]);module['exports']=router; \ No newline at end of file