What the heck! Add a short URL for conferences

This commit is contained in:
Michael Ball 2021-04-16 01:15:22 -07:00
parent f6c7a50bba
commit a88402642c

View file

@ -236,4 +236,7 @@ Osem::Application.routes.draw do
get '/admin' => redirect('/admin/conferences')
get '/calendar' => 'conferences#calendar'
get '/.well-known/apple-developer-merchantid-domain-association', to: 'application#apple_pay'
# A Short Fallback Route
get '/:id', to: 'conferences#show'
end