Return xml notice at /notice path.
This commit is contained in:
parent
89a8dc7485
commit
c680ae581d
3 changed files with 24 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
get "/objects/:uuid", OStatus.OStatusController, :object
|
||||
get "/activities/:uuid", OStatus.OStatusController, :activity
|
||||
get "/notice/:id", OStatus.OStatusController, :notice
|
||||
|
||||
get "/users/:nickname/feed", OStatus.OStatusController, :feed
|
||||
get "/users/:nickname", OStatus.OStatusController, :feed_redirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue