Merge branch 'update/phoenix-and-plug' into 'develop'
Update Phoenix See merge request pleroma/pleroma!1290
This commit is contained in:
commit
37ee6c6e2c
3 changed files with 6 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue