feat: gacha roll, user auth
This commit is contained in:
@@ -5,4 +5,5 @@ use utoipa::ToSchema;
|
||||
pub struct UsersItemDto {
|
||||
pub email: String,
|
||||
pub fullname: String,
|
||||
pub is_active: bool,
|
||||
}
|
||||
|
||||
@@ -6,4 +6,5 @@ pub struct UsersSchema {
|
||||
pub email: String,
|
||||
pub fullname: String,
|
||||
pub password: String,
|
||||
pub is_active: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user