Added '/' path to tool. Added .js file for history management
This commit is contained in:
@@ -28,7 +28,7 @@ public class MockController {
|
||||
* @return
|
||||
*/
|
||||
@SneakyThrows
|
||||
@GetMapping("/mock")
|
||||
@GetMapping({"/","/mock"})
|
||||
public String showHome(){
|
||||
return "mock";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user