Skip to content

Commit

Permalink
login #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailan-Nobre committed Jan 15, 2025
1 parent a4fafce commit 56971a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function fazerLogin() {
try {
// Envia a requisição POST para a rota /users no back-end
const resposta = await fetch('https://back-end-6der.onrender.com/users', {
method: 'GET',
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
Expand Down

0 comments on commit 56971a8

Please sign in to comment.