This commit is contained in:
Cay 2026-03-11 15:11:32 +00:00
parent ba777ec160
commit 87ab736505

View File

@ -22,5 +22,5 @@ router.get("/", async (req, res) => {
res.send("Datenbankfehler");
}
});
//testing
module.exports = router;