update login endpoint
This commit is contained in:
parent
fd51855b72
commit
e618e7a3b4
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
"https://stage.nswteam.net/api/login",
|
"https://int.ipsupply.com.au/api/login",
|
||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue