From d32f845893a34846fa900113cba3d2df79d371d0 Mon Sep 17 00:00:00 2001 From: atridadl Date: Tue, 28 Nov 2023 13:57:56 -0700 Subject: [PATCH] Teapot --- app/routes/room.$roomId.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/room.$roomId.tsx b/app/routes/room.$roomId.tsx index 0a49eb9..006b665 100644 --- a/app/routes/room.$roomId.tsx +++ b/app/routes/room.$roomId.tsx @@ -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", } ); }