Add MediaType struct

This commit is contained in:
2024-05-11 12:53:57 -04:00
parent 6c74220458
commit eebd58f5a6
2 changed files with 22 additions and 0 deletions

View File

@ -13,6 +13,8 @@ pub mod users;
pub mod search;
pub mod fileserv;
pub mod error_template;
pub mod media_type;
use cfg_if::cfg_if;
cfg_if! {