Change /user routes to /principal

This commit is contained in:
Lennart
2025-02-02 11:07:23 +01:00
parent d67efd8feb
commit 1513249a4f
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ pub fn caldav_service<
.app_data(Data::from(subscription_store))
.service(RootResourceService::<PrincipalResource>::default().actix_resource())
.service(
web::scope("/user").service(
web::scope("/principal").service(
web::scope("/{principal}")
.service(PrincipalResourceService(&[
("calendar", false), ("birthdays", true)