Skip to content

Commit

Permalink
Closes kadai-io#105 - Fix refresh in browser for kadai-web
Browse files Browse the repository at this point in the history
  • Loading branch information
CRoberto1926 committed Nov 11, 2024
1 parent 75c32d8 commit f3891e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
@Controller
public class KadaiRedirectToIndexHtmlController {

@GetMapping(path = {"", "kadai/**"})
@GetMapping
public String index() {
return "redirect:/index.html";
return "forward:/index.html";
}
}

0 comments on commit f3891e4

Please sign in to comment.