Skip to content

Commit

Permalink
chore: member-healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tteia committed Oct 31, 2024
1 parent 0c7b4da commit 152612a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ public List<MemberDetailResponse> findMemberListContainDeleted(@RequestBody List

@GetMapping("/healthcheck")
public String healthcheck() {
return "ok!";
return "ok2!";
}
}

0 comments on commit 152612a

Please sign in to comment.