chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / DrawController / getDrawList

getDrawList

@GetMapping(["application/json", "application/xml"]) fun getDrawList(response: HttpServletResponse): ResponseEntity<DrawList>

Handles the GET request for the URI /draws

Author Felix Dimmel

Return List of draws

Since 1.0.0