Built motion from commit f7863d46.|2.5.41
[motion2.git] / server / api / squareReportDetail / index.js
index cd428cd..8890bdb 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3022=['connect-timeout','express','Router','../../components/auth/service','../../config/environment','./squareReportDetail.controller','isAuthenticated','get','/describe','describe','/:id','show','create','put','delete','exports','multer','util'];(function(_0x41fcbe,_0x4b6bd3){var _0x5ef5fc=function(_0x212624){while(--_0x212624){_0x41fcbe['push'](_0x41fcbe['shift']());}};_0x5ef5fc(++_0x4b6bd3);}(_0x3022,0x142));var _0x2302=function(_0xd0b415,_0x149675){_0xd0b415=_0xd0b415-0x0;var _0x2bdf2c=_0x3022[_0xd0b415];return _0x2bdf2c;};'use strict';var multer=require(_0x2302('0x0'));var util=require(_0x2302('0x1'));var path=require('path');var timeout=require(_0x2302('0x2'));var express=require(_0x2302('0x3'));var router=express[_0x2302('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x2302('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x2302('0x6'));var controller=require(_0x2302('0x7'));router['get']('/',auth[_0x2302('0x8')](),controller['index']);router[_0x2302('0x9')](_0x2302('0xa'),auth[_0x2302('0x8')](),controller[_0x2302('0xb')]);router[_0x2302('0x9')](_0x2302('0xc'),auth[_0x2302('0x8')](),controller[_0x2302('0xd')]);router['post']('/',auth[_0x2302('0x8')](),controller[_0x2302('0xe')]);router[_0x2302('0xf')](_0x2302('0xc'),auth['isAuthenticated'](),controller['update']);router[_0x2302('0x10')](_0x2302('0xc'),auth[_0x2302('0x8')](),controller['destroy']);module[_0x2302('0x11')]=router;
\ No newline at end of file
+var _0x3d5a=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./squareReportDetail.controller','get','index','isAuthenticated','describe','post','put','update','/:id','multer'];(function(_0x1f2520,_0x1457c5){var _0x2e6911=function(_0xcb1c3){while(--_0xcb1c3){_0x1f2520['push'](_0x1f2520['shift']());}};_0x2e6911(++_0x1457c5);}(_0x3d5a,0x6f));var _0xa3d5=function(_0x3fa1c7,_0x13d816){_0x3fa1c7=_0x3fa1c7-0x0;var _0x21e45d=_0x3d5a[_0x3fa1c7];return _0x21e45d;};'use strict';var multer=require(_0xa3d5('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0xa3d5('0x1'));var router=express[_0xa3d5('0x2')]();var fs_extra=require(_0xa3d5('0x3'));var auth=require(_0xa3d5('0x4'));var interaction=require(_0xa3d5('0x5'));var config=require(_0xa3d5('0x6'));var controller=require(_0xa3d5('0x7'));router[_0xa3d5('0x8')]('/',auth['isAuthenticated'](),controller[_0xa3d5('0x9')]);router['get']('/describe',auth[_0xa3d5('0xa')](),controller[_0xa3d5('0xb')]);router[_0xa3d5('0x8')]('/:id',auth[_0xa3d5('0xa')](),controller['show']);router[_0xa3d5('0xc')]('/',auth[_0xa3d5('0xa')](),controller['create']);router[_0xa3d5('0xd')]('/:id',auth[_0xa3d5('0xa')](),controller[_0xa3d5('0xe')]);router['delete'](_0xa3d5('0xf'),auth[_0xa3d5('0xa')](),controller['destroy']);module['exports']=router;
\ No newline at end of file