set routers to default

This commit is contained in:
dr-frmr 2024-01-17 18:53:00 -03:00
parent 2a7f43848a
commit 173c89d163
No known key found for this signature in database

View File

@ -122,10 +122,10 @@ pub async fn register(
name: "".to_string(),
ws_routing: Some((ip.clone(), ws_port)),
allowed_routers: vec![
"next-release-router.os".into(),
// "default-router-1.os".into(),
// "default-router-2.os".into(),
// "default-router-3.os".into(),
// "next-release-router.os".into(),
"default-router-1.os".into(),
"default-router-2.os".into(),
"default-router-3.os".into(),
],
});