a much better camp_form.rs setup

This commit is contained in:
Chris Cochrun 2024-07-01 15:59:44 -05:00
parent 7c12830b2d
commit 4a8325aa35
5 changed files with 551 additions and 85 deletions

View file

@ -18,8 +18,3 @@ pub struct ApiError {
pub cause: Option<String>,
pub error_type: ApiErrorType,
}
#[derive(Serialize)]
pub struct ApiErrorResponse {
pub error: String,
}