handle client secret upload

This commit is contained in:
arc-alex
2023-11-18 17:24:29 +01:00
parent 38cf3a7b63
commit 31b46bbb34
4 changed files with 33 additions and 4 deletions
+3
View File
@@ -103,3 +103,6 @@ router.post('/osc-subscriptions', validateOscSubscription, postOscSubscriptions)
// create route between controller and '/ontime/new' endpoint
router.post('/new', projectSanitiser, postNew);
// create route between controller and '/ontime/sheet-client' endpoint
router.post('/sheet-clientsecrect', uploadFile, sheetClientFile);