Add timeline of public posts about a trending link to REST API (#30381)
This commit is contained in:
parent
d72714e5ce
commit
a2505e8611
4 changed files with 219 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace :api, format: false do
|
|||
namespace :timelines do
|
||||
resource :home, only: :show, controller: :home
|
||||
resource :public, only: :show, controller: :public
|
||||
resource :link, only: :show, controller: :link
|
||||
resources :tag, only: :show
|
||||
resources :list, only: :show
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue