X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FsquareReport%2Findex.js;h=fe8fcc4d0cf024e96a7ce7b71c388e8c22e1f9a5;hb=032eef5eb1c414450ccc959e49effc8ff508851b;hp=ae200be3a92b655ac64bc85029b6200245434804;hpb=9c8616cfa647d703a1bff4c288be65133e777d2a;p=motion2.git diff --git a/server/api/squareReport/index.js b/server/api/squareReport/index.js index ae200be..fe8fcc4 100644 --- a/server/api/squareReport/index.js +++ b/server/api/squareReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x424f=['show','post','create','put','update','delete','destroy','exports','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./squareReport.controller','get','isAuthenticated','index','/describe','describe','/:id'];(function(_0x502d22,_0x2c1f84){var _0xf1552=function(_0x3775a4){while(--_0x3775a4){_0x502d22['push'](_0x502d22['shift']());}};_0xf1552(++_0x2c1f84);}(_0x424f,0x76));var _0xf424=function(_0x45dc37,_0x1ff308){_0x45dc37=_0x45dc37-0x0;var _0x3e20bc=_0x424f[_0x45dc37];return _0x3e20bc;};'use strict';var multer=require('multer');var util=require(_0xf424('0x0'));var path=require(_0xf424('0x1'));var timeout=require('connect-timeout');var express=require(_0xf424('0x2'));var router=express[_0xf424('0x3')]();var auth=require(_0xf424('0x4'));var interaction=require(_0xf424('0x5'));var config=require(_0xf424('0x6'));var controller=require(_0xf424('0x7'));router[_0xf424('0x8')]('/',auth[_0xf424('0x9')](),controller[_0xf424('0xa')]);router['get'](_0xf424('0xb'),auth['isAuthenticated'](),controller[_0xf424('0xc')]);router['get'](_0xf424('0xd'),auth[_0xf424('0x9')](),controller[_0xf424('0xe')]);router[_0xf424('0xf')]('/',auth[_0xf424('0x9')](),controller[_0xf424('0x10')]);router[_0xf424('0x11')]('/:id',auth[_0xf424('0x9')](),controller[_0xf424('0x12')]);router[_0xf424('0x13')](_0xf424('0xd'),auth['isAuthenticated'](),controller[_0xf424('0x14')]);module[_0xf424('0x15')]=router; \ No newline at end of file +var _0x9975=['destroy','util','express','Router','../../components/interaction/service','get','isAuthenticated','/:id','show','post','create','put','update','delete'];(function(_0x33cdf2,_0xc28dac){var _0x3d05de=function(_0x37b977){while(--_0x37b977){_0x33cdf2['push'](_0x33cdf2['shift']());}};_0x3d05de(++_0xc28dac);}(_0x9975,0x16d));var _0x5997=function(_0xc1cf9d,_0xc32847){_0xc1cf9d=_0xc1cf9d-0x0;var _0x34c92a=_0x9975[_0xc1cf9d];return _0x34c92a;};'use strict';var multer=require('multer');var util=require(_0x5997('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x5997('0x1'));var router=express[_0x5997('0x2')]();var auth=require('../../components/auth/service');var interaction=require(_0x5997('0x3'));var config=require('../../config/environment');var controller=require('./squareReport.controller');router[_0x5997('0x4')]('/',auth['isAuthenticated'](),controller['index']);router[_0x5997('0x4')]('/describe',auth[_0x5997('0x5')](),controller['describe']);router[_0x5997('0x4')](_0x5997('0x6'),auth[_0x5997('0x5')](),controller[_0x5997('0x7')]);router[_0x5997('0x8')]('/',auth['isAuthenticated'](),controller[_0x5997('0x9')]);router[_0x5997('0xa')](_0x5997('0x6'),auth[_0x5997('0x5')](),controller[_0x5997('0xb')]);router[_0x5997('0xc')](_0x5997('0x6'),auth[_0x5997('0x5')](),controller[_0x5997('0xd')]);module['exports']=router; \ No newline at end of file