Adding reblogs, favourites, improving atom generation
This commit is contained in:
parent
3b0bc18db9
commit
fa33750105
19 changed files with 251 additions and 79 deletions
|
@ -5,6 +5,7 @@ Rails.application.routes.draw do
|
|||
get 'atom/entries/:id', to: 'atom#entry', as: :atom_entry
|
||||
get 'atom/users/:id', to: 'atom#user_stream', as: :atom_user_stream
|
||||
get 'users/:name', to: 'profile#show', as: :profile
|
||||
get 'users/:name/:id', to: 'profile#entry', as: :status
|
||||
|
||||
mount Mastodon::API => '/api/'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue