parent
730f52c5e7
commit
55488bed12
|
@ -25,6 +25,6 @@ public class IndexController {
|
|||
|
||||
@GetMapping(value = "/document")
|
||||
public String document() {
|
||||
return "document:/";
|
||||
return "document.html";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue