OEmbed.OEmbedController does not exist in the Pleroma codebase. It was removed in commit 92c5640f

and this leftover artifact breaks compiling now.
This commit is contained in:
Mark Felder 2019-06-15 07:04:01 -05:00
parent 2ad5a8511d
commit 9b908697dd
1 changed files with 0 additions and 6 deletions

View File

@ -607,12 +607,6 @@ defmodule Pleroma.Web.Router do
post("/push/subscriptions/:id", Websub.WebsubController, :websub_incoming)
end
scope "/", Pleroma.Web do
pipe_through(:oembed)
get("/oembed", OEmbed.OEmbedController, :url)
end
pipeline :activitypub do
plug(:accepts, ["activity+json", "json"])
plug(Pleroma.Web.Plugs.HTTPSignaturePlug)