fix test class name

This commit is contained in:
2026-01-10 10:07:44 +01:00
parent 816bd94306
commit 23438bb1ed

View File

@@ -4,7 +4,7 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class test {
public class TestController {
@GetMapping("hello")
public String hello(){