feat: initial commit

This commit is contained in:
Maulana Sodiqin
2025-03-20 22:41:20 +07:00
parent 955d384f96
commit a90e8662e1
13 changed files with 183 additions and 163 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
use crate::UsersItemDto;
use serde::{Deserialize, Serialize};
use utoipa::ToSchema;
use crate::v1::UsersItemDto;
#[derive(Clone, Debug, Serialize, Deserialize, ToSchema)]
pub struct AuthLoginRequestDto {
pub email: String,