From 8bf18774d6cc7a838646546ee4d189d0b0d9b509 Mon Sep 17 00:00:00 2001 From: rtritto Date: Mon, 30 Sep 2024 20:07:02 +0200 Subject: [PATCH] fix: status code for route not found --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a27058f..5933433 100644 --- a/src/index.ts +++ b/src/index.ts @@ -134,7 +134,7 @@ export const node = }) const set: Context['set'] = { - status: 200, + status: 404, headers: {} }