create new tests for /cox/trip/<id>
This commit is contained in:
@ -16,9 +16,9 @@ pub struct Trip {
|
||||
cox_name: String,
|
||||
trip_details_id: Option<i64>,
|
||||
planned_starting_time: String,
|
||||
max_people: i64,
|
||||
pub max_people: i64,
|
||||
day: String,
|
||||
notes: Option<String>,
|
||||
pub notes: Option<String>,
|
||||
pub allow_guests: bool,
|
||||
trip_type_id: Option<i64>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user