A very messy overview page
Build and Publish Docker Container / build (push) Successful in 5m22s

This commit is contained in:
2023-10-26 14:59:27 +01:00
parent a0e526662b
commit d5d30c96fd
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ Rails.application.routes.draw do
root controller: :attendance_tracker, action: :index
get '/today', controller: :attendance_tracker, action: :today
get '/overview', controller: :attendance_tracker, action: :overview
get '/courses/:id', controller: :attendance_tracker, action: :course_focus
post '/lectures/:id/start', to: 'lecture#start', as: :lectures_start