feat: basic auth

This commit is contained in:
Maulana Sodiqin
2025-03-14 09:53:20 +07:00
parent acfb8259bc
commit 9ffe808797
7 changed files with 166 additions and 80 deletions
-1
View File
@@ -5,5 +5,4 @@ use utoipa::ToSchema;
pub struct UsersItemDto {
pub email: String,
pub fullname: String,
pub password: String,
}