We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0a0cc commit ca94b4cCopy full SHA for ca94b4c
backend/src/models.rs
@@ -46,6 +46,7 @@ pub struct CreateVoucherRequest {
46
47
#[derive(Debug, Serialize, Deserialize)]
48
pub struct CreateVoucherResponse {
49
+ #[serde(alias = "data")]
50
pub vouchers: Vec<Voucher>,
51
}
52
0 commit comments