Skip to content

Commit e744a69

Browse files
committed
test
1 parent d37cf1e commit e744a69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/study/demo/DemoController.java

+5
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ public String profile() {
2727
public String secret() {
2828
return "Secret value: " + secretValue;
2929
}
30+
31+
@GetMapping("/test")
32+
public String test() {
33+
return "Test";
34+
}
3035
}

0 commit comments

Comments
 (0)