chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / RootController / rootRequest

rootRequest

@GetMapping fun rootRequest(response: HttpServletResponse): ResponseEntity<Unit>

Handles the GET request for the URI /api

Parameters

response - Object that contains the response for the http request

Author Felix Dimmel

Since 1.0.0