Add timefix and vacation routes to backend; update frontend for new routes and page titles

This commit is contained in:
Torsten Schulz (local)
2025-10-17 15:54:30 +02:00
parent e95bb4cb76
commit b65a13d815
16 changed files with 1913 additions and 13 deletions

View File

@@ -16,7 +16,9 @@ const unhashRequestIds = (req, res, next) => {
// Route-Parameter verarbeiten
if (req.params && typeof req.params === 'object') {
console.log('DEBUG unhashRequest: req.params before =', req.params);
req.params = unhashRequestData(req.params);
console.log('DEBUG unhashRequest: req.params after =', req.params);
}
next();