fixed wrong lessonID
This commit is contained in:
@ -48,8 +48,8 @@ class APIController {
|
||||
var logger: Logger = LoggerFactory.getLogger(APIController::class.java)
|
||||
private var requestCount = 0
|
||||
private val startTime = System.currentTimeMillis() / 1000
|
||||
private val softwareVersion = "1.0.2"
|
||||
private val apiVersion = "1.0.1"
|
||||
private val softwareVersion = "1.0.3"
|
||||
private val apiVersion = "1.0.2"
|
||||
|
||||
// hso parser links (hardcoded)
|
||||
private val mensaLink = "https://www.swfr.de/de/essen-trinken/speiseplaene/mensa-offenburg/"
|
||||
|
Reference in New Issue
Block a user