mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-20 21:58:40 -04:00
use as_human_base64 to serialize VeilidRouteBlob
This commit is contained in:
parent
fae12b234d
commit
18dfe99e09
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue