This commit is contained in:
2025-12-03 01:24:52 -03:00
parent 3a49b13cb9
commit 38c49ff370
21 changed files with 133 additions and 73 deletions

View File

@@ -37,6 +37,7 @@ export async function loader({ params, request, context }: Route.LoaderArgs) {
})
if (!r.ok) {
console.log(r.status)
throw new Response(null, { status: r.status })
}