MastoAPI: Persist frontend timelines and settings.
This commit is contained in:
parent
d41bfd1d47
commit
7c47534970
2 changed files with 19 additions and 1 deletions
|
|
@ -120,6 +120,12 @@ defmodule Pleroma.Web.Router do
|
|||
post("/media", MastodonAPIController, :upload)
|
||||
end
|
||||
|
||||
scope "/api/web", Pleroma.Web.MastodonAPI do
|
||||
pipe_through(:authenticated_api)
|
||||
|
||||
put("/settings", MastodonAPIController, :put_settings)
|
||||
end
|
||||
|
||||
scope "/api/v1", Pleroma.Web.MastodonAPI do
|
||||
pipe_through(:api)
|
||||
get("/instance", MastodonAPIController, :masto_instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue