diff --git a/routes/webdav.py b/routes/webdav.py index 6c712e9..9590f2b 100644 --- a/routes/webdav.py +++ b/routes/webdav.py @@ -46,7 +46,7 @@ DAV_NS = "DAV:" DAV_PREFIX = "{DAV:}" PROJECTS_BASE_DIR = Path("projects") -ALLOWED_RESOURCE_TYPES = {"robot", "dataset"} +ALLOWED_RESOURCE_TYPES = {"robot", "docs"} # 确保基础目录存在 for resource_type in ALLOWED_RESOURCE_TYPES: