diff --git a/public/script.js b/public/script.js
index 428a84465c5803e5dee6c4c60fb206525d18aa6b..79e945b4ea430360b418149a176a7683e0d58cb4 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() {