async function send() { let r = await fetch('/blog/third', {method: "GET"}); let res = await r.json(); console.log(res.text); }