From da8c6ec99e28f28d89ab2f742c6932c6064c53d0 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Tue, 21 May 2019 18:39:17 +0200 Subject: [PATCH] Update page 'Home' --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index bdaaabb..a0f5667 100644 --- a/Home.md +++ b/Home.md @@ -5,6 +5,8 @@ It's build with spring and kotlin. tcor currently provides 3 request options. /courses which will return a array "courses" with all currently available courses at the HS Offenburg, /timetable?courseName={coursename}&week={week} which will return a given weeks timetable for a given course and /mensamenu which will return the menu of the mensa for the current and next week. +Just as a side note, if you ever wonder why lessons are calld lessons and not lectures, it's to be in line with the offical hs timetable naming schema. + ### Build To run the project do `./gradlew bootRun`, or any other standard Gradle task.