chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / RootController

RootController

@RestController @RequestMapping(["/api"]) class RootController

Controller to handels the root resource

Author Felix Dimmel

Since 1.0.0

Constructors

<init> RootController()
Controller to handels the root resource

Functions

rootRequest fun rootRequest(response: HttpServletResponse): ResponseEntity<Unit>
Handles the GET request for the URI /api