mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -06:00
use as_human_base64 to serialize VeilidRouteBlob
This commit is contained in:
parent
fae12b234d
commit
18dfe99e09
@ -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…
Reference in New Issue
Block a user