From d9ff4b60522c5d86b863d3d264c1f02d4b5c318b Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Tue, 18 Mar 2025 13:08:46 +0700 Subject: [PATCH] Project Round 3 --- controllers/tourController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/tourController.js b/controllers/tourController.js index 3cbf27d..314a3be 100644 --- a/controllers/tourController.js +++ b/controllers/tourController.js @@ -83,7 +83,7 @@ exports.Logout = (req, res) => { //CRUD // แสดงฟอร์มสร้างทัวร์ exports.getCreateTour = (req, res) => { - res.render('createTour'); + res.render('createtour'); }; // บันทึกทัวร์ใหม่ -- GitLab