chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / DrawController / drawAiOptions

drawAiOptions

@RequestMapping([RequestMethod.OPTIONS], ["/ai"]) fun drawAiOptions(response: HttpServletResponse): ResponseEntity<Unit>

Handles the OPTIONS request for the URI /draws/ai

Possible request methodes:

Parameters

response - Object that contains the response for http request

Author Felix Dimmel

Since 1.0.0