Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit aaf05a8e authored by 65160394's avatar 65160394
Browse files

Project Round 8

parent 2f081fb6
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ exports.postEditTour = async (req, res) => {
}
const tourData = { name, description, price, duration };
const tourId = req.params.userId;
const tourId = id;
console.log('Tour ID from URL:', tourId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment