diff --git a/config/routes.rb b/config/routes.rb index 6b94dbe..0d9b598 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,9 +16,9 @@ Rails.application.routes.draw do namespace :api do resources :conferences, only: [] do resources :events, only: :index do - # collection do - # get :halfnarp_friendly - # end + collection do + get :halfnarp_friendly + end end resources :speakers, only: :index resources :tracks, only: :index