Adds explicit / mapping

This commit is contained in:
spencergibb
2022-07-07 16:37:48 -04:00
parent 1e409c5aaf
commit da34d362ee

View File

@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
@EnableAutoConfiguration
public class NosslConfiguration {
@GetMapping
@GetMapping("/")
public String home() {
return "nossl";
}