Enable the halfnarp event listing
This commit is contained in:
parent
f8d261f149
commit
80cfc5746c
|
@ -16,9 +16,9 @@ Rails.application.routes.draw do
|
||||||
namespace :api do
|
namespace :api do
|
||||||
resources :conferences, only: [] do
|
resources :conferences, only: [] do
|
||||||
resources :events, only: :index do
|
resources :events, only: :index do
|
||||||
# collection do
|
collection do
|
||||||
# get :halfnarp_friendly
|
get :halfnarp_friendly
|
||||||
# end
|
end
|
||||||
end
|
end
|
||||||
resources :speakers, only: :index
|
resources :speakers, only: :index
|
||||||
resources :tracks, only: :index
|
resources :tracks, only: :index
|
||||||
|
|
Loading…
Reference in New Issue