Update ThymeleafArrayController.java

This commit is contained in:
jabyte 2018-05-10 14:43:41 +01:00 committed by GitHub
parent 5deaa416e6
commit bc4594dacf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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