From 8a289fb9fc5fcf7750524b1a25160d53f2fce1aa Mon Sep 17 00:00:00 2001
From: 65160111 <65160111@go.buu.ac.th>
Date: Fri, 21 Mar 2025 13:38:31 +0700
Subject: [PATCH] Edit API_URL

---
 public/script.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/script.js b/public/script.js
index 428a844..79e945b 100644
--- a/public/script.js
+++ b/public/script.js
@@ -1,4 +1,5 @@
-const API_URL = "http://localhost:8080/api";
+const API_URL = "https://repairsys.th2.melon.cloud/api";  // ✅ แก้ให้ตรงกับ Backend ที่ Melon Cloud
+
 
 // 🔹 Login
 function login() {
-- 
GitLab