Basic unsubscribe endpoint

This commit is contained in:
Alphonse Paix
2025-09-21 17:49:31 +02:00
parent 0725b87bf2
commit 829f3e4e4f
17 changed files with 292 additions and 43 deletions

View File

@@ -7,3 +7,4 @@ mod newsletters;
mod posts;
mod subscriptions;
mod subscriptions_confirm;
mod unsubscribe;