This commit is contained in:
Leafy :3 2025-02-06 22:07:02 +01:00
parent 2ba2f49cf6
commit 09d46441df

View file

@ -884,8 +884,6 @@ defmodule Pleroma.Web.Router do
end end
scope "/api", Pleroma.Web do scope "/api", Pleroma.Web do
pipe_through(:api)
get("/media", PuppyMediaProxy.PuppyProxyController, :get) get("/media", PuppyMediaProxy.PuppyProxyController, :get)
end end