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

@@ -96,7 +96,7 @@
}
try {
const response = await fetch('http://localhost:5000/api/auth/register', {
const response = await fetch('/api/auth/register', {
method: 'POST',
headers: {
'Content-Type': 'application/json',