Added more tests for URI's without a parameter
[demos/testing] / src / main / java / de / juplo / demo / HtmlController.java
index 0c5f276..ec5919c 100644 (file)
@@ -24,7 +24,7 @@ public class HtmlController
   }
 
 
-  @GetMapping("/")
+  @GetMapping({ "", "/" })
   public String fetch(Model model, @RequestParam(required = false) String path)
   {
     model.addAttribute(