Gitlab@Informatics

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

Project Round 11

parent a87aee11
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ router.get('/edit/:id', tourController.getEditTour); // หน้ารายล ...@@ -22,7 +22,7 @@ router.get('/edit/:id', tourController.getEditTour); // หน้ารายล
router.post('/edit/:id', tourController.postEditTour); // บันทึกทัวร์ลงฐานข้อมูล router.post('/edit/:id', tourController.postEditTour); // บันทึกทัวร์ลงฐานข้อมูล
//ลบทัวร์ //ลบทัวร์
router.get('/delete/:id', tourController.deleteTour); //ลบทัวร์ router.post('/delete/:id', tourController.deleteTour); //ลบทัวร์
//ค้นหา //ค้นหา
router.get('/search', tourController.searchTours); //หน้าค้นหาทัวร์ router.get('/search', tourController.searchTours); //หน้าค้นหาทัวร์
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment