Add antenna timeline

This commit is contained in:
KMY 2023-08-19 17:25:55 +09:00
parent f393aa2a85
commit 5c758b344c
15 changed files with 375 additions and 14 deletions

View file

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