update login endpoint

This commit is contained in:
Joseph Le 2025-07-28 19:38:11 +10:00
parent fd51855b72
commit e618e7a3b4
1 changed files with 1 additions and 1 deletions

View File

@ -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" },