Teapot
This commit is contained in:
parent
14f91fc007
commit
d32f845893
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue