Skip to content

Commit 3fd7ce9

Browse files
committed
test: build test
1 parent 2ba8158 commit 3fd7ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/weve/controller/HealthCheckController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class HealthCheckController {
1111

1212
@GetMapping("/health")
1313
public ResponseEntity<String> HealthCheck() {
14-
return ResponseEntity.ok("Health Check");
14+
return ResponseEntity.ok("Health Check!");
1515
}
1616
}

0 commit comments

Comments
 (0)