This commit is contained in:
2025-06-10 18:59:18 +02:00
parent 3e267e27a6
commit fb4f641197
2 changed files with 1 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ const router = express.Router();
router.get("/", (req, res) => {
res.send("Enter a recipe name in the url!");
res.status(404);
});
router.get("/:id", (req, res) => {