mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 10:19:14 +02:00
feat:#26 added semester to fetched groups
This commit is contained in:
@@ -8,3 +8,7 @@ import (
|
||||
func GetAllCourses(app *pocketbase.PocketBase) []string {
|
||||
return db.GetAllCourses(app)
|
||||
}
|
||||
|
||||
func GetAllCoursesForSemester(app *pocketbase.PocketBase, semester string) interface{} {
|
||||
return db.GetAllCoursesForSemester(app, semester)
|
||||
}
|
||||
|
Reference in New Issue
Block a user