mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 20:10:44 +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 struct AdminLoginRequest {
|
||||||
pub admin_id: i32,
|
pub admin_id: i32,
|
||||||
pub password: String,
|
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 crypto;
|
||||||
pub mod services;
|
pub mod services;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod responses;
|
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
pub mod models;
|
pub mod models;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue