From e048d7d050f87e9e5bf06f01e39fd417d6868c7e Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Mon, 29 May 2023 10:51:10 -0400 Subject: Create a Client struct --- src/api/users.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/users.rs') 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}; -- cgit v1.2.3