Fix conflict
[akkoma] / lib / pleroma / web / router.ex
index e699f6ae2e162fe1efcaeccd0f21c38555b3cbb0..ddab9925484e356ad4e11982331647a2efe11667 100644 (file)
@@ -602,6 +602,8 @@ defmodule Pleroma.Web.Router do
     post("/push/hub/:nickname", Websub.WebsubController, :websub_subscription_request)
     get("/push/subscriptions/:id", Websub.WebsubController, :websub_subscription_confirmation)
     post("/push/subscriptions/:id", Websub.WebsubController, :websub_incoming)
+
+    get("/mailer/unsubscribe/:token", Mailer.SubscriptionController, :unsubscribe)
   end
 
   scope "/", Pleroma.Web do