Basic unsubscribe endpoint
This commit is contained in:
@@ -127,6 +127,7 @@ pub fn app(
|
||||
.route("/health_check", get(health_check))
|
||||
.route("/subscriptions", post(subscribe))
|
||||
.route("/subscriptions/confirm", get(confirm))
|
||||
.route("/unsubscribe", get(unsubscribe))
|
||||
.route("/posts", get(list_posts))
|
||||
.route("/posts/{post_id}", get(see_post))
|
||||
.nest("/admin", admin_routes)
|
||||
|
||||
Reference in New Issue
Block a user