diff options
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/users.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/users.rs b/src/api/users.rs index 353f8ff..2b67663 100644 --- a/src/api/users.rs +++ b/src/api/users.rs @@ -6,7 +6,7 @@ use sqlx::MySqlPool; use thiserror::Error; use uuid::Uuid; -use crate::models::User; +use crate::models::user::User; use crate::services::crypto::PasswordHash; use crate::services::{db, id}; |
