Fix wording

Description.

Change-Id: Iaebc23e07b26c210411e45bed5c86e95d5fa244a
This commit is contained in:
Radosław Piliszek 2023-12-01 09:17:43 +01:00
parent 7d6743d2e7
commit 5367a9ea03

View File

@ -8,7 +8,7 @@ public class DemoController {
@RequestMapping("/")
public String root() {
return "te";
return "test";
}
}