Update router.ex

This commit is contained in:
Fox 2023-03-08 12:37:49 +09:00
parent b3f48aa607
commit adfcc70188

View file

@ -506,6 +506,7 @@ defmodule Pleroma.Web.Router do
:delete_profile
)
end
scope "/api/v2/pleroma", Pleroma.Web.PleromaAPI do
scope [] do
pipe_through(:authenticated_api)