Gitlab@Informatics

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

Project Round 7

parent 5958d317
Branches
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ router.get('/search', tourController.searchTours); //หน้าค้นหา ...@@ -29,6 +29,7 @@ router.get('/search', tourController.searchTours); //หน้าค้นหา
//Profile //Profile
router.get('/profile', tourController.getProfilePage);//หน้าโปรไฟล์ router.get('/profile', tourController.getProfilePage);//หน้าโปรไฟล์
router.get('/edit-profile', tourController.getEditProfilePage);// อัปเดตข้อมูลโปรไฟล์
router.post('/edit-profile', tourController.updateProfile);// อัปเดตข้อมูลโปรไฟล์ router.post('/edit-profile', tourController.updateProfile);// อัปเดตข้อมูลโปรไฟล์
module.exports = router; module.exports = router;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment