This commit is contained in:
Atridad Lahiji 2023-11-28 13:57:56 -07:00
parent 4b101c4366
commit 45c6fdc321
No known key found for this signature in database

View file

@ -58,8 +58,8 @@ export const loader: LoaderFunction = async (args) => {
throw new Response(
"Gee Willikers! I'm sure I put that room around here somewhere... sorry one moment while I look around... I swear I just had it...",
{
status: 404,
statusText: "NOT FOUND",
status: 418,
statusText: "I'M A LITTLE TEA POT",
}
);
}