Properly handle router errors

Fixes file serving, including favicon
This commit is contained in:
2024-03-01 15:04:15 -05:00
parent dcd08ff46e
commit fe465e2246
3 changed files with 83 additions and 2 deletions

View File

@ -11,6 +11,7 @@ pub mod pages;
pub mod users;
pub mod search;
pub mod fileserv;
pub mod error_template;
use cfg_if::cfg_if;
cfg_if! {