Gitlab@Informatics

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

Project Round 3

parent 1c22b292
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ router.post('/create', tourController.createTour); // บันทึกทั
//แก้ไขทัวร์
router.get('/edit/:id', tourController.getEditTour); // หน้ารายละเอียดของทัวร์
router.get('/post/:id', tourController.postEditTour); // บันทึกทัวร์ลงฐานข้อมูล
router.post('/edit/:id', tourController.postEditTour); // บันทึกทัวร์ลงฐานข้อมูล
module.exports = router;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment