Visualization Part 2d and floating API Completed. Template Save and Get API completed
This commit is contained in:
@@ -7,7 +7,7 @@ const router = express.Router();
|
||||
router.post('/setZone',zone.setZone)
|
||||
router.delete('/deleteZone',zone.deleteZone)
|
||||
router.get('/findZones/:organization',zone.getZones)
|
||||
router.get('/A_zone/:zoneId/:organization',zone.ZoneData)
|
||||
// router.get('/A_zone/:zoneId/:organization',zone.ZoneData)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user