parse the week number of the year too

This commit is contained in:
2019-09-06 23:10:35 +02:00
parent ea6be1db33
commit 5e220225f6
8 changed files with 1824 additions and 16 deletions

View File

@ -44,8 +44,8 @@ class APIController {
private val logger: Logger = LoggerFactory.getLogger(APIController::class.java)
private val cache = CacheController()
private val apiVersion = "1.1.1"
private val softwareVersion = "1.1.3"
private val apiVersion = "1.1.2"
private val softwareVersion = "1.1.4"
private val startTime = System.currentTimeMillis() / 1000
private var requestCount = 0