Adds explicit / mapping
This commit is contained in:
@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@EnableAutoConfiguration
|
||||
public class NosslConfiguration {
|
||||
|
||||
@GetMapping
|
||||
@GetMapping("/")
|
||||
public String home() {
|
||||
return "nossl";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user