API with more options, includes #712
This commit is contained in:
parent
28e55f3f50
commit
ecef151f91
7 changed files with 86 additions and 38 deletions
|
|
@ -111,8 +111,7 @@ Osem::Application.routes.draw do
|
|||
|
||||
namespace :api, defaults: {format: 'json'} do
|
||||
namespace :v1 do
|
||||
resources :conferences, only: :index do
|
||||
resources :conferences, only: :index
|
||||
resources :conferences, only: [ :index, :show ] do
|
||||
resources :rooms, only: :index
|
||||
resources :tracks, only: :index
|
||||
resources :speakers, only: :index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue