mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 17:13:02 +03:00
chore: optimize for test auth
This commit is contained in:
@@ -138,9 +138,6 @@ impl GuardType {
|
||||
pub fn is_reject(&self) -> bool {
|
||||
*self == GuardType::Reject
|
||||
}
|
||||
pub fn is_readwrite(&self) -> bool {
|
||||
*self == GuardType::ReadWrite
|
||||
}
|
||||
}
|
||||
|
||||
fn sanitize_path(path: &str, uri_prefix: &str) -> String {
|
||||
|
||||
Reference in New Issue
Block a user