Rename propfind to xml_snippets

This commit is contained in:
Lennart
2023-09-13 19:35:08 +02:00
parent d69c0dcd45
commit 4eb8aa44b4
8 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ use async_trait::async_trait;
use quick_xml::Writer;
use rustical_auth::AuthInfo;
use crate::propfind::{write_invalid_props_response, write_propstat_response};
use crate::xml_snippets::{write_invalid_props_response, write_propstat_response};
// A resource is identified by a URI and has properties
// A resource can also be a collection