This commit is contained in:
parent
9dd875fcb3
commit
4ca79e6540
@ -57,7 +57,7 @@ class APIController {
|
||||
CacheController()
|
||||
}
|
||||
|
||||
// TODO remove this with API version 1.2.0
|
||||
// TODO remove this with API version 2.0.0
|
||||
@Deprecated("courses is replaced by courseList", replaceWith = ReplaceWith("courseList()"))
|
||||
@RequestMapping("/courses")
|
||||
fun courses(): CourseList {
|
||||
|
@ -66,7 +66,7 @@ class StartupController {
|
||||
createConfig()
|
||||
}
|
||||
|
||||
// TODO read cached timetable files, as they are not initially cached
|
||||
// read cached timetable files, as they are not initially cached
|
||||
readCachedTimetables()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user