Skip to content

Commit

Permalink
롤백 성공 시 알림 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjoon committed Sep 19, 2024
1 parent ac1f018 commit c493c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/java/develup/api/HealthApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public class HealthApi {

@GetMapping("/health")
public ResponseEntity<ApiResponse<String>> health() {
return ResponseEntity.status(200).body(new ApiResponse<>("up"));
return ResponseEntity.status(400).body(new ApiResponse<>("up"));
}
}

0 comments on commit c493c52

Please sign in to comment.