refs #364 this is a different commit message

This commit is contained in:
Rasmus Neikes 2024-11-11 01:32:41 +01:00
parent 37422b7e10
commit 7015eba8d1

View File

@ -27,7 +27,7 @@ public class AppApplication extends SpringBootServletInitializer {
public static void main(String[] args) {
SpringApplication.run(AppApplication.class, args);
}
// klkljghkjhkjh
// klkljghkjh
@GetMapping("/hello")
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {