rinomina esercizi js

This commit is contained in:
2026-02-12 18:36:35 +01:00
parent f0b6b85b36
commit 60878cf770
150 changed files with 16 additions and 0 deletions

16
script.js Normal file
View File

@@ -0,0 +1,16 @@
let opzioni = {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
"username": "admin",
"password": "admin"
})
}
let res = await fetch(url, opzioni);