0
0
Fork 0

Add timeline of public posts about a trending link to REST API (#30381)

This commit is contained in:
Eugen Rochko 2024-06-06 10:43:04 +02:00 committed by GitHub
parent d72714e5ce
commit a2505e8611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 219 additions and 0 deletions

View file

@ -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