Skip to content

Commit

Permalink
set routers to default
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr committed Jan 17, 2024
1 parent 2a7f438 commit 173c89d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/register.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
],
});

Expand Down

0 comments on commit 173c89d

Please sign in to comment.