Add antenna timeline
This commit is contained in:
parent
f393aa2a85
commit
5c758b344c
15 changed files with 375 additions and 14 deletions
|
@ -17,6 +17,7 @@ Rails.application.routes.draw do
|
|||
/conversations
|
||||
/lists/(*any)
|
||||
/antennasw/(*any)
|
||||
/antennast/(*any)
|
||||
/notifications
|
||||
/favourites
|
||||
/emoji_reactions
|
||||
|
|
|
@ -49,6 +49,7 @@ namespace :api, format: false do
|
|||
resource :public, only: :show, controller: :public
|
||||
resources :tag, only: :show
|
||||
resources :list, only: :show
|
||||
resources :antenna, only: :show
|
||||
end
|
||||
|
||||
get '/streaming', to: 'streaming#index'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue