mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
bugfix + patch
- fix update function - added patch
This commit is contained in:
@@ -19,6 +19,9 @@ router.post('/', eventsController.eventsPost);
|
||||
// create route between controller and '/events/:id' endpoint
|
||||
router.put('/', eventsController.eventsPut);
|
||||
|
||||
// create route between controller and '/events/:id' endpoint
|
||||
router.patch('/', eventsController.eventsPatch);
|
||||
|
||||
// create route between controller and '/events/:id' endpoint
|
||||
router.delete('/:id', eventsController.eventsDelete);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user