forked from AkkomaGang/akkoma
[#468] Adjusted scope restriction for MastodonAPIController#index.
This commit is contained in:
parent
337367d764
commit
3ad91ec3c1
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ defmodule Pleroma.Web.Router do
|
|||
delete("/auth/sign_out", MastodonAPIController, :logout)
|
||||
|
||||
scope [] do
|
||||
pipe_through(:oauth_read)
|
||||
pipe_through(:oauth_read_or_unauthenticated)
|
||||
get("/web/*path", MastodonAPIController, :index)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue