This commit is contained in:
Atridad Lahiji 2023-11-28 13:57:56 -07:00
parent 14f91fc007
commit d32f845893
No known key found for this signature in database

View file

@ -58,8 +58,8 @@ export const loader: LoaderFunction = async (args) => {
throw new Response( 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...", "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, status: 418,
statusText: "NOT FOUND", statusText: "I'M A LITTLE TEA POT",
} }
); );
} }