Add timefix and vacation routes to backend; update frontend for new routes and page titles
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user