Some changes

This commit is contained in:
Torsten Schulz
2025-01-22 14:34:29 +01:00
parent 39d1bce6e5
commit 9442e3683b
11 changed files with 181 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ export const authenticate = async (req, res, next) => {
}
next();
} catch(error) {
console.log(error);
return res.status(500).json({ error: 'Internal Server Error at auth' });
}
};