Add api module

This commit is contained in:
Ethan Girouard 2024-05-10 20:29:56 -04:00
parent cc11de4f3d
commit 0c64865cd9
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146
2 changed files with 1 additions and 0 deletions

0
src/api/mod.rs Normal file
View File

View File

@ -15,6 +15,7 @@ pub mod fileserv;
pub mod error_template;
pub mod upload;
pub mod util;
pub mod api;
use cfg_if::cfg_if;