mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
Fix well-known carddav redirection
This commit is contained in:
@@ -55,7 +55,7 @@ pub fn make_app<AS: AddressbookStore, CS: CalendarStore, S: SubscriptionStore>(
|
||||
)
|
||||
.route(
|
||||
"/.well-known/carddav",
|
||||
any(async || Redirect::permanent("/caldav")),
|
||||
any(async || Redirect::permanent("/carddav")),
|
||||
);
|
||||
|
||||
let session_store = MemoryStore::default();
|
||||
|
||||
Reference in New Issue
Block a user