send 404 status...
Alan Pearce alan@alanpearce.eu
Mon, 15 Apr 2024 23:28:49 +0200
1 files changed, 1 insertions(+), 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, {