OEmbed.OEmbedController does not exist in the Pleroma codebase. It was removed in...
authorMark Felder <feld@FreeBSD.org>
Sat, 15 Jun 2019 12:04:01 +0000 (07:04 -0500)
committerMark Felder <feld@FreeBSD.org>
Sat, 15 Jun 2019 12:04:01 +0000 (07:04 -0500)
and this leftover artifact breaks compiling now.

lib/pleroma/web/router.ex

index 0e3f7322624375a815f0a0400261553131f4c609..837153ed452547690dfccdf6ba04fa6ec7bb12e3 100644 (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)