Skip to content

Commit

Permalink
acho que agora vai
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailan-Nobre committed Jan 12, 2025
1 parent fa36e6e commit 20640cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function adicionarUsuario() {
password: campoSenha.value
}

const resposta = await fetch('https://back-end-6der.onrender.com', {
const resposta = await fetch('https://back-end-6der.onrender.com/users', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
Expand Down

0 comments on commit 20640cb

Please sign in to comment.