mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Merge pull request #338 from CrowCpp/fix_404_static
Static file 404 fix
This commit is contained in:
commit
5a651b0d0e
@ -243,6 +243,7 @@ namespace crow
|
||||
else
|
||||
{
|
||||
code = 404;
|
||||
file_info.path.clear();
|
||||
this->end();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user