Add api module

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

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

View File

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