Skip to content

Commit 03bc007

Browse files
committed
fix
1 parent 4725306 commit 03bc007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl Default for Plugin {
2424
Self {
2525
name: "default".to_string(),
2626
disabled: false,
27-
urls: vec!["http://localhost:8081/ws/rq/".into()],
27+
urls: vec!["ws://localhost:8081/ws/rq/".into()],
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)