Properly handle router errors
Fixes file serving, including favicon
This commit is contained in:
@ -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! {
|
||||
|
Reference in New Issue
Block a user