Update ThymeleafArrayController.java

This commit is contained in:
jabyte
2018-05-10 14:43:41 +01:00
committed by GitHub
parent 5deaa416e6
commit bc4594dacf

View File

@@ -6,7 +6,7 @@ import org.springframework.web.bind.annotation.GetMapping;
@Controller @Controller
public class ThymeleafArrayController { public class ThymeleafArrayController {
@GetMapping("/") @GetMapping("/arrays")
public String arrayController(Model model) { public String arrayController(Model model) {
String[] continents = new String[7]; String[] continents = new String[7];