Fixed build issues
This commit is contained in:
+8
-9
@@ -1,10 +1,9 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
// mod models {
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
mod models {
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct User {
|
||||
pub username: String,
|
||||
pub password: String,
|
||||
}
|
||||
}
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct User {
|
||||
pub username: String,
|
||||
pub password: String,
|
||||
}
|
||||
// }
|
||||
Reference in New Issue
Block a user