handle not found error

This commit is contained in:
yggverse 2025-07-03 22:34:09 +03:00
parent b1360eab2e
commit 9980d20c21
3 changed files with 9 additions and 3 deletions

View file

@ -9,6 +9,7 @@ pub enum Response<'a> {
},
NotFound {
query: &'a str,
error: String,
},
File(&'a [u8]),
Directory {