We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f5a88 commit 02d3d3aCopy full SHA for 02d3d3a
src/main/java/com/rtu/chalkac/global/HealthCheckController.java
@@ -9,6 +9,6 @@ public class HealthCheckController {
9
10
@GetMapping("/health")
11
public ResponseEntity<String> healthCheck() {
12
- return ResponseEntity.ok().body("chalkac-version-1.1");
+ return ResponseEntity.ok().body("chalkac-version-1.2");
13
}
14
0 commit comments