Refactoring

This commit is contained in:
Lennart
2024-11-06 15:57:10 +01:00
parent ae4d5f0fc6
commit c21993ab15
17 changed files with 85 additions and 128 deletions

View File

@@ -4,8 +4,7 @@ use actix_web::{dev::ResourceMap, http::Method, web, HttpRequest, ResponseError}
use async_trait::async_trait;
use serde::Deserialize;
use crate::methods::{route_delete, route_propfind, route_proppatch};
use super::methods::{route_delete, route_propfind, route_proppatch};
use super::Resource;
#[async_trait(?Send)]