mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
feat: unload - reload
This commit is contained in:
@@ -25,4 +25,10 @@ router.get('/previous', playbackController.pbPrevious);
|
||||
// create route between controller and '/playback/next' endpoint
|
||||
router.get('/next', playbackController.pbNext);
|
||||
|
||||
// create route between controller and '/playback/unload' endpoint
|
||||
router.get('/unload', playbackController.pbUnload);
|
||||
|
||||
// create route between controller and '/playback/reload' endpoint
|
||||
router.get('/reload', playbackController.pbReload);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user