use as_human_base64 to serialize VeilidRouteBlob

This commit is contained in:
Brandon Vandegrift 2023-08-16 10:29:59 -04:00
parent fae12b234d
commit 18dfe99e09

View File

@ -161,7 +161,7 @@ pub struct VeilidWASMConfig {
#[derive(Debug, Deserialize, Serialize)]
pub struct VeilidRouteBlob {
pub route_id: veilid_core::RouteId,
// #[serde(with = "veilid_core::json_as_base64")]
#[serde(with = "veilid_core::as_human_base64")]
pub blob: Vec<u8>,
}