fixed message response
This commit is contained in:
parent
2257fd1f74
commit
00b5b762ca
@ -14,7 +14,8 @@ async function send(){
|
|||||||
})
|
})
|
||||||
|
|
||||||
let result = await response.json();
|
let result = await response.json();
|
||||||
document.getElementById("input").innerHTML=result.message
|
console.log(response.json)
|
||||||
|
document.getElementById("input").innerHTML=result.text
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user