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