We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ba657 commit 3227ebaCopy full SHA for 3227eba
examples/examples/ice-restart/ice-restart.rs
@@ -27,7 +27,7 @@ lazy_static! {
27
Arc::new(Mutex::new(None));
28
}
29
30
-static INDEX: &str = "examples/ice-restart/index.html";
+static INDEX: &str = "examples/examples/ice-restart/index.html";
31
static NOTFOUND: &[u8] = b"Not Found";
32
33
/// HTTP status code 404
0 commit comments