[feat] Endpoint implementation done

This commit is contained in:
Jimmy 2021-03-16 22:10:37 +08:00
parent 7475a40775
commit 21f7d1d8ca
4 changed files with 6 additions and 9 deletions

View file

@ -155,7 +155,7 @@ Osem::Application.routes.draw do
end
resources :conferences, only: [:index, :show] do
get 'live_events', to: 'conferences#live_events'
resources :booths do
member do
patch :withdraw