mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
Rename dav_resource.rs to resource.rs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub mod dav_resource;
|
||||
pub mod depth_extractor;
|
||||
pub mod error;
|
||||
pub mod namespace;
|
||||
pub mod propfind;
|
||||
pub mod resource;
|
||||
pub mod xml_snippets;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use crate::dav_resource::HandlePropfind;
|
||||
use crate::dav_resource::ResourceService;
|
||||
use crate::depth_extractor::Depth;
|
||||
use crate::namespace::Namespace;
|
||||
use crate::resource::HandlePropfind;
|
||||
use crate::resource::ResourceService;
|
||||
use crate::xml_snippets::generate_multistatus;
|
||||
use actix_web::http::header::ContentType;
|
||||
use actix_web::http::StatusCode;
|
||||
|
||||
Reference in New Issue
Block a user