Hinernat fck works

This commit is contained in:
Filip Izydorczyk
2020-06-11 19:02:11 +02:00
parent b1b9febb11
commit 519f594ec4
5 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,6 @@ import org.springframework.web.bind.annotation.RestController;
public class TestController {
@GetMapping("/")
public String xd() {
SampleClass xd = new SampleClass("hedhadhsbajkd");
return "<h1>" + xd.getXd() + "</h1>";
return "<h1>xd</h1>";
}
}