From 1b51435809ec4457842487e8c596194ea1d5c684 Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Mon, 25 Nov 2024 18:45:54 -0700 Subject: [PATCH] change one error back to 500 --- src/routes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.ts b/src/routes/index.ts index 68246f3..76279e5 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -158,7 +158,7 @@ const defaultRouteHandler: RequestHandler<{}, {}, z.infer