From f1fa7a9b39f37a58d8b461ce5618a8db3e5a5155 Mon Sep 17 00:00:00 2001
From: 65160109 <65160109@go.buu.ac.th>
Date: Tue, 25 Mar 2025 09:20:11 +0700
Subject: [PATCH] add file

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 21b95bb..9ef1bf4 100644
--- a/index.js
+++ b/index.js
@@ -387,7 +387,7 @@ app.get('/rentals', (req, res) => {
     { id: 2, carModel: 'Honda Civic', startDate: '2025-04-05', endDate: '2025-04-10' },
   ];
 
-  let html = `<h1>รายการจองรถ</h1>`;
+  let html = `<h1>My booking</h1>`;
   html += `<table border="1" cellpadding="5" cellspacing="0">
               <tr>
                 <th>ID</th>
-- 
GitLab