Adding reblogs, favourites, improving atom generation
This commit is contained in:
@ -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/'
|
||||
|
||||
|
Reference in New Issue
Block a user