mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
route fix
This commit is contained in:
parent
2e1920b626
commit
78d06fb187
@ -707,7 +707,10 @@ impl VeilidAPI {
|
||||
}
|
||||
|
||||
let remote_routes = rss.list_remote_routes(|k, _| Some(*k));
|
||||
let mut out = format!("Remote Routes: (count = {}):\n", remote_routes.len());
|
||||
out.push_str(&format!(
|
||||
"Remote Routes: (count = {}):\n",
|
||||
remote_routes.len()
|
||||
));
|
||||
for r in remote_routes {
|
||||
out.push_str(&format!("{}\n", r.encode()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user