Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Nov 26, 2024
1 parent da318b5 commit 93f0e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public String healthCheck() {
return "This Turn is Blue!";
}

@GetMapping("redis")
@GetMapping("/redis")
public String redisConnectionCheck() {
// Redis에서 'id1' 키로 값을 가져옵니다.
String value = (String) redisUtil.getValue("id1");
Expand Down
2 changes: 1 addition & 1 deletion backend-submodule

0 comments on commit 93f0e7a

Please sign in to comment.