diff --git a/crates/ptth_server/src/file_server/internal.rs b/crates/ptth_server/src/file_server/internal.rs index bf99d11..bd2013c 100644 --- a/crates/ptth_server/src/file_server/internal.rs +++ b/crates/ptth_server/src/file_server/internal.rs @@ -257,21 +257,38 @@ struct RoutedPath <'a> { impl <'a> FileRoots <'a> { fn route (self, input: &'a str) -> Result