mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
fix key check and ensureDirectory on startup
This commit is contained in:
@@ -125,4 +125,4 @@ router.get('/sheet-settings', getGoogleSheetSettings);
|
||||
router.post('/sheet-settings', validateGoogleSheetSettings, postGoogleSheetSettings);
|
||||
|
||||
// create route between controller and '/ontime/sheet-state' endpoint
|
||||
router.get('/sheet-state', getGoogleSheetState);
|
||||
router.get('/sheet-state', getGoogleSheetState);
|
||||
|
||||
Reference in New Issue
Block a user