parse the week number of the year too
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user