From 1f72226c9c75bcfcc98fbcbf8cd5e2a5188969ab Mon Sep 17 00:00:00 2001
From: Atiwit Pattanapukdee <65160394@go.buu.ac.th>
Date: Tue, 18 Mar 2025 12:51:20 +0700
Subject: [PATCH] Project Round 3

---
 server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.js b/server.js
index 2ea0bea..f4a2507 100644
--- a/server.js
+++ b/server.js
@@ -25,6 +25,7 @@ app.use(express.json());
 app.use('/', tourRoutes);
 app.use('/login', tourRoutes);
 app.use('/register', tourRoutes);
+app.use('/tour', tourRoutes);
 
 const PORT = process.env.PORT || 3000;
 app.listen(PORT, () => {
-- 
GitLab