mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
set routers to default
This commit is contained in:
parent
2a7f43848a
commit
173c89d163
@ -122,10 +122,10 @@ pub async fn register(
|
|||||||
name: "".to_string(),
|
name: "".to_string(),
|
||||||
ws_routing: Some((ip.clone(), ws_port)),
|
ws_routing: Some((ip.clone(), ws_port)),
|
||||||
allowed_routers: vec![
|
allowed_routers: vec![
|
||||||
"next-release-router.os".into(),
|
// "next-release-router.os".into(),
|
||||||
// "default-router-1.os".into(),
|
"default-router-1.os".into(),
|
||||||
// "default-router-2.os".into(),
|
"default-router-2.os".into(),
|
||||||
// "default-router-3.os".into(),
|
"default-router-3.os".into(),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user