What the heck! Add a short URL for conferences
This commit is contained in:
parent
f6c7a50bba
commit
a88402642c
1 changed files with 3 additions and 0 deletions
|
|
@ -236,4 +236,7 @@ Osem::Application.routes.draw do
|
||||||
get '/admin' => redirect('/admin/conferences')
|
get '/admin' => redirect('/admin/conferences')
|
||||||
get '/calendar' => 'conferences#calendar'
|
get '/calendar' => 'conferences#calendar'
|
||||||
get '/.well-known/apple-developer-merchantid-domain-association', to: 'application#apple_pay'
|
get '/.well-known/apple-developer-merchantid-domain-association', to: 'application#apple_pay'
|
||||||
|
|
||||||
|
# A Short Fallback Route
|
||||||
|
get '/:id', to: 'conferences#show'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue