https://beenlife.tistory.com/34

ResponseEntity

URI.*create()*

@GetMapping
public String root() {
    return "redirect:chess-game";
}

@GetMapping("/chess-game")
public String showRooms() {
    return "rooms";
}

https://kimcoder.tistory.com/238

https://velog.io/@ellyheetov/REST-API