feat: add middleware

This commit is contained in:
Maulana Sodiqin
2025-03-15 01:53:20 +07:00
parent 7ab036f5f7
commit b096f4129a
6 changed files with 77 additions and 25 deletions
-1
View File
@@ -3,7 +3,6 @@ use utoipa::ToSchema;
#[derive(Clone, Debug, Serialize, Deserialize, ToSchema)]
pub struct UsersSchema {
pub id: String,
pub email: String,
pub fullname: String,
pub password: String,