Add file and error handler

This commit is contained in:
2024-03-01 14:50:42 -05:00
parent 939b14403f
commit 57fd838e10
3 changed files with 43 additions and 0 deletions

View File

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