update id

This commit is contained in:
2025-09-14 23:11:49 -03:00
parent 9fb1895557
commit 8675edc36e
9 changed files with 28 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ export async function loader({ request, context }: Route.LoaderArgs) {
redirect: 'manual'
})
if (r.status === httpStatus.BAD_REQUEST) {
if (r.status === httpStatus.FOUND) {
return new Response(null, {
status: httpStatus.FOUND,
headers: {