Room Office Mapping / Home screen now functional / Bugfixes
This commit is contained in:
@@ -6,6 +6,8 @@ const { fetchMembersList } = require('../controllers/officeRnD');
|
||||
const {
|
||||
getKnownOfficeResourceMappings,
|
||||
addNewMapping,
|
||||
deleteMapping,
|
||||
updateMapping,
|
||||
getAllIncidentsController,
|
||||
getMemberIncidents,
|
||||
addFees,
|
||||
@@ -23,6 +25,8 @@ router.get('/', apiStatusCheck);
|
||||
router.post('/doorLock/upload', uploadDoorLockData);
|
||||
router.get('/integration/mappings', getKnownOfficeResourceMappings);
|
||||
router.post('/integration/mappings', addNewMapping);
|
||||
router.delete('/integration/mappings/:mappingId', deleteMapping);
|
||||
router.put('/integration/mappings/:mappingId', updateMapping);
|
||||
|
||||
router.get('/integration/report/member/:memberId/:startDate/:endDate', getMemberIncidents);
|
||||
router.get('/integration/report/allIncidents/:startDate/:endDate', getAllIncidentsController);
|
||||
|
||||
Reference in New Issue
Block a user