fix: module.exports = router abgeschnitten

This commit is contained in:
2026-06-12 12:29:54 +02:00
parent 8877587309
commit 1ab3d2494f

View File

@@ -281,4 +281,4 @@ router.post('/pdf', authenticate, async (req, res) => {
} }
}); });
module.exports module.exports = router;