htwdd.chessgame.server.controller / ErrorController
ErrorController
@RestController @RequestMapping(["/api"]) class ErrorController
Controller to handle all undefined entry points
Author Felix Dimmel
Since 1.0.0
Constructors
| <init> | ErrorController()Controller to handle all undefined entry points |
Functions
| wrongRequestFallback | fun wrongRequestFallback(): UnitHandles all request on undefined entry points |