Skip to content

Commit

Permalink
🐛 Fix: API Version 오기입 수정
Browse files Browse the repository at this point in the history
<body>
v1 -> v2

- 관련 : #384
hosung-222 committed Oct 23, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 2d0e16f commit 7065ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
@Tag(name = "8. 친구", description = "친구 관련 API")
@RestController
@RequiredArgsConstructor
@RequestMapping("/api/v1/friends")
@RequestMapping("/api/v2/friends")
public class FriendController {

private final FriendUseCase friendUseCase;

0 comments on commit 7065ff2

Please sign in to comment.