fix: module.exports = router abgeschnitten
This commit is contained in:
@@ -281,4 +281,4 @@ router.post('/pdf', authenticate, async (req, res) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports
|
module.exports = router;
|
||||||
|
|||||||
Reference in New Issue
Block a user