diff --git a/routes/reports.js b/routes/reports.js
index 4d04f2e81b06923b899f4b5069ef1e9c5708b510..3c483eed0e3199f07d4d69e7f76a374bb45d1155 100644
--- a/routes/reports.js
+++ b/routes/reports.js
@@ -93,7 +93,7 @@ router.get("/", authMiddleware, (req, res) => {
 
 // 🔹 Get Single Report by ID
 router.get("/:id", authMiddleware, (req, res) => {
-    const BASE_URL = "https://repairsys.th2.melon.cloud";  // ✅ ใช้ URL จริงของ Melon Cloud
+    const BASE_URL = "https://repairsys.th2.melon.cloud";  
 
     db.query(`
         SELECT reports.*, users.username, rooms.room_name, rooms.floor