Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 18e6fd00 authored by 65160111's avatar 65160111
Browse files

Edit reports.js

parent 84289369
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment