aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-06-15 07:04:01 -0500
committerMark Felder <feld@FreeBSD.org>2019-06-15 07:04:01 -0500
commit9b908697dd542f43c94ebb7bbc7a7b22310bf1ad (patch)
tree11cc2e86b6607f85b5e881822a8bf870e3e23e75
parent2ad5a8511d93e1e2b30a4798998393c61e981fa5 (diff)
downloadpleroma-9b908697dd542f43c94ebb7bbc7a7b22310bf1ad.tar.gz
OEmbed.OEmbedController does not exist in the Pleroma codebase. It was removed in commit 92c5640f
and this leftover artifact breaks compiling now.
-rw-r--r--lib/pleroma/web/router.ex6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex
index 0e3f73226..837153ed4 100644
--- a/lib/pleroma/web/router.ex
+++ b/lib/pleroma/web/router.ex
@@ -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)