big features
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod api;
|
||||
mod auth;
|
||||
mod app;
|
||||
mod config;
|
||||
mod database;
|
||||
@@ -34,6 +35,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
config.asset_version.clone(),
|
||||
config.files_dir.clone(),
|
||||
config.upload_max_size_bytes,
|
||||
config.smtp.clone(),
|
||||
config.registration_enabled,
|
||||
));
|
||||
let app = app::router(
|
||||
state,
|
||||
|
||||
Reference in New Issue
Block a user