Backend talk

This commit is contained in:
Tatiana Villa 2026-01-24 12:14:24 +00:00
parent 6349566530
commit 68660f4d00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ async function login() {
} }
try { try {
const response = await fetch("http://recursos-catolicos.es:8080/auth/login", { const response = await fetch("http://localhost:8080/auth/login", {
method: "POST", method: "POST",
headers: { "Content-Type": "application/json" }, headers: { "Content-Type": "application/json" },
body: JSON.stringify({ email, password }) body: JSON.stringify({ email, password })