From e618e7a3b431306f55f138c85697f6505b9748ad Mon Sep 17 00:00:00 2001 From: Joseph Le Date: Mon, 28 Jul 2025 19:38:11 +1000 Subject: [PATCH] update login endpoint --- public/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/login.html b/public/login.html index 57f7996..3fd5bae 100644 --- a/public/login.html +++ b/public/login.html @@ -68,7 +68,7 @@ try { const res = await fetch( - "https://stage.nswteam.net/api/login", + "https://int.ipsupply.com.au/api/login", { method: "POST", headers: { "Content-Type": "application/json" },