Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / api / squareReportDetail / index.js
index 6b482ae..8fbcc2e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xdaf7=['util','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','describe','show','post','/:id','update','destroy','exports'];(function(_0x1feffd,_0x10faf0){var _0x35eb9a=function(_0x4e5f58){while(--_0x4e5f58){_0x1feffd['push'](_0x1feffd['shift']());}};_0x35eb9a(++_0x10faf0);}(_0xdaf7,0x160));var _0x7daf=function(_0x54e519,_0x542fc7){_0x54e519=_0x54e519-0x0;var _0x1bec40=_0xdaf7[_0x54e519];return _0x1bec40;};'use strict';var multer=require('multer');var util=require(_0x7daf('0x0'));var path=require('path');var timeout=require(_0x7daf('0x1'));var express=require(_0x7daf('0x2'));var router=express[_0x7daf('0x3')]();var fs_extra=require(_0x7daf('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x7daf('0x5'));var config=require(_0x7daf('0x6'));var controller=require('./squareReportDetail.controller');router[_0x7daf('0x7')]('/',auth[_0x7daf('0x8')](),controller['index']);router[_0x7daf('0x7')]('/describe',auth[_0x7daf('0x8')](),controller[_0x7daf('0x9')]);router[_0x7daf('0x7')]('/:id',auth['isAuthenticated'](),controller[_0x7daf('0xa')]);router[_0x7daf('0xb')]('/',auth['isAuthenticated'](),controller['create']);router['put'](_0x7daf('0xc'),auth['isAuthenticated'](),controller[_0x7daf('0xd')]);router['delete'](_0x7daf('0xc'),auth[_0x7daf('0x8')](),controller[_0x7daf('0xe')]);module[_0x7daf('0xf')]=router;
\ No newline at end of file
+var _0xc814=['Router','fs-extra','../../components/interaction/service','../../config/environment','./squareReportDetail.controller','isAuthenticated','get','describe','/:id','show','create','put','destroy','exports','multer','connect-timeout','express'];(function(_0xbe200f,_0x4b50eb){var _0x192597=function(_0x106cfd){while(--_0x106cfd){_0xbe200f['push'](_0xbe200f['shift']());}};_0x192597(++_0x4b50eb);}(_0xc814,0x195));var _0x4c81=function(_0xcbb760,_0x488dcd){_0xcbb760=_0xcbb760-0x0;var _0x4f70e7=_0xc814[_0xcbb760];return _0x4f70e7;};'use strict';var multer=require(_0x4c81('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x4c81('0x1'));var express=require(_0x4c81('0x2'));var router=express[_0x4c81('0x3')]();var fs_extra=require(_0x4c81('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x4c81('0x5'));var config=require(_0x4c81('0x6'));var controller=require(_0x4c81('0x7'));router['get']('/',auth[_0x4c81('0x8')](),controller['index']);router[_0x4c81('0x9')]('/describe',auth['isAuthenticated'](),controller[_0x4c81('0xa')]);router['get'](_0x4c81('0xb'),auth[_0x4c81('0x8')](),controller[_0x4c81('0xc')]);router['post']('/',auth[_0x4c81('0x8')](),controller[_0x4c81('0xd')]);router[_0x4c81('0xe')](_0x4c81('0xb'),auth[_0x4c81('0x8')](),controller['update']);router['delete'](_0x4c81('0xb'),auth[_0x4c81('0x8')](),controller[_0x4c81('0xf')]);module[_0x4c81('0x10')]=router;
\ No newline at end of file