mirror of
https://github.com/YGGverse/nexy.git
synced 2026-04-01 01:35:28 +00:00
store path info in the internal server error member
This commit is contained in:
parent
46e781b3ad
commit
01c4eec592
3 changed files with 21 additions and 13 deletions
|
|
@ -9,6 +9,7 @@ pub enum Response<'a> {
|
|||
},
|
||||
InternalServerError {
|
||||
error: String,
|
||||
path: Option<PathBuf>,
|
||||
query: Option<&'a str>,
|
||||
},
|
||||
NotFound {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue