mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-20 15:01:19 +00:00
fix: remove unsused structs
This commit is contained in:
parent
19e1f5a3e1
commit
4a9d478e8c
2 changed files with 0 additions and 7 deletions
|
|
@ -21,10 +21,4 @@ pub struct RegisterRequest {
|
|||
pub struct AdminLoginRequest {
|
||||
pub admin_id: i32,
|
||||
pub password: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[serde(crate = "rocket::serde")]
|
||||
pub struct PasswordRequest {
|
||||
pub password: String,
|
||||
}
|
||||
|
|
@ -7,6 +7,5 @@ pub mod database;
|
|||
pub mod crypto;
|
||||
pub mod services;
|
||||
pub mod error;
|
||||
pub mod responses;
|
||||
pub mod utils;
|
||||
pub mod models;
|
||||
|
|
|
|||
Loading…
Reference in a new issue