mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-25 05:49:13 +02:00
add fetcher for semgrp from xml
This commit is contained in:
@@ -43,8 +43,6 @@ func FetchSeminarGroups(c echo.Context, app *pocketbase.PocketBase) error {
|
|||||||
|
|
||||||
result, _ := getSeminarHTML()
|
result, _ := getSeminarHTML()
|
||||||
|
|
||||||
println(result)
|
|
||||||
|
|
||||||
var studium []model.SeminarGroup
|
var studium []model.SeminarGroup
|
||||||
|
|
||||||
studium = parseSeminarGroups(result)
|
studium = parseSeminarGroups(result)
|
||||||
|
Reference in New Issue
Block a user