mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-03-03 17:43:05 +01:00
fix missing end in router.ex for chats scope
This commit is contained in:
parent
3a24d624b4
commit
c572746770
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue