Skip to content

Commit af35e82

Browse files
Update TestController.java
1 parent 65dab16 commit af35e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-prometheus-grafana-example/src/main/java/com/io/example/controller/TestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class TestController {
1010

1111
@GetMapping
12-
public String String(){
12+
public String getStatus(){
1313
return "ok";
1414
}
1515

0 commit comments

Comments
 (0)