forked from AkkomaGang/akkoma
Return feed for xml requests of the user.
This commit is contained in:
parent
35938656ab
commit
d187a4965f
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ def user_fetcher(username) do
|
|||
pipe_through :ostatus
|
||||
|
||||
get "/users/:nickname/feed", OStatus.OStatusController, :feed
|
||||
get "/users/:nickname", OStatus.OStatusController, :feed
|
||||
post "/users/:nickname/salmon", OStatus.OStatusController, :salmon_incoming
|
||||
post "/push/hub/:nickname", Websub.WebsubController, :websub_subscription_request
|
||||
get "/push/subscriptions/:id", Websub.WebsubController, :websub_subscription_confirmation
|
||||
|
|
Loading…
Reference in a new issue