Corrigida as rotas

This commit is contained in:
Caio1w
2025-10-29 22:19:06 -03:00
parent f2a26ef662
commit 5746e91796
5 changed files with 13 additions and 13 deletions

View File

@@ -63,7 +63,7 @@
error.value = '';
try {
const response = await fetch('http://localhost:5000/api/auth/login', {
const response = await fetch('/api/auth/login', {
method: 'POST',
headers: {
'Content-Type': 'application/json',