Merge pull request #2717 from hellcp/master

Add icalendar files
This commit is contained in:
Henne Vogelsang 2021-03-06 21:36:50 +01:00 committed by GitHub
commit e4c9100ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 92 additions and 3 deletions

View file

@ -219,6 +219,8 @@ Osem::Application.routes.draw do
get '/admin' => redirect('/admin/conferences')
get '/calendar' => 'conferences#calendar'
unless ENV['OSEM_ROOT_CONFERENCE'].blank?
root to: redirect("/conferences/#{ENV['OSEM_ROOT_CONFERENCE']}")
else