Expose Conference.code_of_conduct
This commit is contained in:
parent
85149dc837
commit
9f1e877ea0
10 changed files with 33 additions and 31 deletions
|
|
@ -192,6 +192,10 @@ Osem::Application.routes.draw do
|
|||
get :events
|
||||
end
|
||||
end
|
||||
|
||||
member do
|
||||
get 'code-of-conduct'
|
||||
end
|
||||
end
|
||||
|
||||
namespace :api, defaults: {format: 'json'} do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue