added ability to attach a custom domain
This commit is contained in:
parent
52cdb41618
commit
a612c2e5ea
5 changed files with 70 additions and 6 deletions
|
|
@ -34,6 +34,8 @@ Osem::Application.routes.draw do
|
|||
resources :conferences do
|
||||
member do
|
||||
get :custom_domain
|
||||
get :attach_custom_domain
|
||||
patch :update_domain
|
||||
end
|
||||
resource :contact, except: [:index, :new, :create, :show, :destroy]
|
||||
resources :schedules, only: [:index, :create, :show, :update, :destroy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue