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 3a77ebc commit 69ba657Copy full SHA for 69ba657
examples/examples/play-from-disk-renegotiation/play-from-disk-renegotiation.rs
@@ -37,7 +37,7 @@ lazy_static! {
37
static ref VIDEO_FILE: Arc<Mutex<Option<String>>> = Arc::new(Mutex::new(None));
38
}
39
40
-static INDEX: &str = "examples/play-from-disk-renegotiation/index.html";
+static INDEX: &str = "examples/examples/play-from-disk-renegotiation/index.html";
41
static NOTFOUND: &[u8] = b"Not Found";
42
43
/// HTTP status code 404
0 commit comments