feat: auth

This commit is contained in:
Maulana Sodiqin
2025-03-13 23:40:16 +07:00
parent 298144bd36
commit acfb8259bc
17 changed files with 226 additions and 179 deletions
+1
View File
@@ -5,4 +5,5 @@ use utoipa::ToSchema;
pub struct UsersItemDto {
pub email: String,
pub fullname: String,
pub password: String,
}