Skip to content

Commit 02d3d3a

Browse files
committed
fix : 보안 문제
1 parent 21f5a88 commit 02d3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rtu/chalkac/global/HealthCheckController.java

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

1010
@GetMapping("/health")
1111
public ResponseEntity<String> healthCheck() {
12-
return ResponseEntity.ok().body("chalkac-version-1.1");
12+
return ResponseEntity.ok().body("chalkac-version-1.2");
1313
}
1414
}

0 commit comments

Comments
 (0)