fixed message response

This commit is contained in:
nannal 2020-12-09 22:37:32 +02:00
parent 2257fd1f74
commit 00b5b762ca

View File

@ -14,7 +14,8 @@ async function send(){
})
let result = await response.json();
document.getElementById("input").innerHTML=result.message
console.log(response.json)
document.getElementById("input").innerHTML=result.text
}