router: disconnect Salmon

This commit is contained in:
Ariadne Conill 2019-10-17 23:07:54 +00:00
parent a7b92bba68
commit beb9861f9d
1 changed files with 0 additions and 2 deletions

View File

@ -508,8 +508,6 @@ defmodule Pleroma.Web.Router do
get("/users/:nickname/feed", Feed.FeedController, :feed)
get("/users/:nickname", Feed.FeedController, :feed_redirect)
post("/users/:nickname/salmon", OStatus.OStatusController, :salmon_incoming)
get("/mailer/unsubscribe/:token", Mailer.SubscriptionController, :unsubscribe)
end