fixed wrong lessonID

This commit is contained in:
2019-04-06 11:33:21 +02:00
parent a3a705d1d7
commit aa48668af1
3 changed files with 22 additions and 9 deletions

View File

@ -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/"