Backend talk
This commit is contained in:
parent
6349566530
commit
68660f4d00
|
|
@ -13,7 +13,7 @@ async function login() {
|
|||
}
|
||||
|
||||
try {
|
||||
const response = await fetch("http://recursos-catolicos.es:8080/auth/login", {
|
||||
const response = await fetch("http://localhost:8080/auth/login", {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({ email, password })
|
||||
|
|
|
|||
Loading…
Reference in New Issue