... res = await fetch(`/api/properties/${params.id}`); if (res.status === 404) { throw new Response("Not Found", { status: 404 }); } const home = await ...
確定! 回上一頁