Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Nov 27, 2024
1 parent f7bd525 commit 397f847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class HealthCheckController {
private final RedisUtil redisUtil;
@GetMapping
public String healthCheck() {
return "This Turn is Blue!";
return "This Turn is Green!";
}

@GetMapping("/redis")
Expand Down

0 comments on commit 397f847

Please sign in to comment.