0👍
fun redirect(@PathVariable path: String, e:event): String {
e.preventDefault();
return "forward:/index.html"
}
Source:stackexchange.com
0👍
fun redirect(@PathVariable path: String, e:event): String {
e.preventDefault();
return "forward:/index.html"
}