use a FixedThreadPool to execute the timetable updates
All checks were successful
continuous-integration/drone/push Build is passing

closes #9
This commit is contained in:
2019-10-27 13:51:08 +01:00
parent db57059727
commit 3177be1bf0
4 changed files with 34 additions and 35 deletions

View File

@ -39,7 +39,6 @@ import org.springframework.web.bind.annotation.RequestParam
import org.springframework.web.bind.annotation.RestController
import java.time.LocalDateTime
import java.util.*
import kotlin.collections.ArrayList
@RestController
class APIController {