Implement file upload backend

This commit is contained in:
2024-05-10 15:20:57 -04:00
parent 353a8e3a9c
commit 161ea5f9c2
2 changed files with 275 additions and 0 deletions

View File

@ -13,6 +13,7 @@ pub mod users;
pub mod search;
pub mod fileserv;
pub mod error_template;
pub mod upload;
pub mod util;
use cfg_if::cfg_if;