mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
fix: escape path-prefix/url-prefix different
This commit is contained in:
@@ -10,7 +10,7 @@ pub type BoxResult<T> = Result<T, Box<dyn std::error::Error>>;
|
||||
use std::env;
|
||||
use std::io::Write;
|
||||
|
||||
use crate::args::{encode_uri, matches, Args};
|
||||
use crate::args::{matches, Args};
|
||||
use crate::server::serve;
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user