send 404 status...
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M src/app.ts → src/app.ts
@@ -233,6 +233,7 @@ status: status, headers: { location: newpath }, }); } + status = 404; const notfound = files.get("/404.html"); if (notfound) { return serveFile(notfound, status, {