fix missing end in router.ex for chats scope

This commit is contained in:
fox 2023-03-08 03:28:48 +00:00
parent 7698ab35eb
commit fc848b5dc5

View file

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