Skip to content

Commit 69ba657

Browse files
Fix play-from-disk-renegotiation index.html path
1 parent 3a77ebc commit 69ba657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples/play-from-disk-renegotiation/play-from-disk-renegotiation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy_static! {
3737
static ref VIDEO_FILE: Arc<Mutex<Option<String>>> = Arc::new(Mutex::new(None));
3838
}
3939

40-
static INDEX: &str = "examples/play-from-disk-renegotiation/index.html";
40+
static INDEX: &str = "examples/examples/play-from-disk-renegotiation/index.html";
4141
static NOTFOUND: &[u8] = b"Not Found";
4242

4343
/// HTTP status code 404

0 commit comments

Comments
 (0)