mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 17:02:32 +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(
|
.route(
|
||||||
"/.well-known/carddav",
|
"/.well-known/carddav",
|
||||||
any(async || Redirect::permanent("/caldav")),
|
any(async || Redirect::permanent("/carddav")),
|
||||||
);
|
);
|
||||||
|
|
||||||
let session_store = MemoryStore::default();
|
let session_store = MemoryStore::default();
|
||||||
|
|||||||
Reference in New Issue
Block a user