From 78125ebb05d01d16bd850594ef0fa668743dafd8 Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Wed, 18 Dec 2024 10:08:15 -0700 Subject: [PATCH] changed 500 error in index to 400 --- 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 76279e5..68246f3 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -158,7 +158,7 @@ const defaultRouteHandler: RequestHandler<{}, {}, z.infer