We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4725306 commit 03bc007Copy full SHA for 03bc007
src/plugin/mod.rs
@@ -24,7 +24,7 @@ impl Default for Plugin {
24
Self {
25
name: "default".to_string(),
26
disabled: false,
27
- urls: vec!["http://localhost:8081/ws/rq/".into()],
+ urls: vec!["ws://localhost:8081/ws/rq/".into()],
28
}
29
30
0 commit comments