Some minor restructuring and improvements
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub mod models;
|
||||
pub mod schema;
|
||||
|
||||
@@ -34,3 +32,5 @@ pub async fn get_demo_from_upload(name: &str, mut form: axum::extract::Multipart
|
||||
|
||||
None
|
||||
}
|
||||
|
||||
pub mod api;
|
||||
|
||||
Reference in New Issue
Block a user