dont save

This commit is contained in:
arc-alex
2023-12-16 23:56:15 +01:00
parent 2464ac1bd9
commit 8fa7392698
11 changed files with 18 additions and 125 deletions
-9
View File
@@ -25,14 +25,11 @@ import {
uploadSheetClientFile,
previewSheet,
pushSheet,
getSheetSettings,
postSheetSettings,
getSheetState,
} from '../controllers/ontimeController.js';
import {
validateAliases,
validateSheetSettings,
validateOSC,
validatePatchProjectFile,
validateSettings,
@@ -118,11 +115,5 @@ router.post('/sheet-preview', validateSheetPreview, previewSheet);
// create route between controller and '/ontime/preview-sheet' endpoint
router.post('/sheet-push', pushSheet);
// create route between controller and '/ontime/sheet-settings' endpoint
router.get('/sheet-settings', getSheetSettings);
// create route between controller and '/ontime/sheet-settings' endpoint
router.post('/sheet-settings', validateSheetSettings, postSheetSettings);
// create route between controller and '/ontime/sheet-state' endpoint
router.get('/sheet-state', getSheetState);