Skip to content

Commit

Permalink
[REFACTOR]: Mapping url 변경
Browse files Browse the repository at this point in the history
MinseongKIM99 committed May 24, 2024
1 parent fb5fbdf commit 0dcfeb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ public ApiResponse<Object> deleteUserImg(@PathVariable("memberId") Long memberId
else return ApiResponse.onFailure("400", "프로필 사진 삭제에 실패하였습니다.", null);
}

@GetMapping("/")
@GetMapping()
@Operation(summary = "마이페이지 홈 API", description = "마이페이지 홈을 조회하는 API입니다.")
public ApiResponse<MyPageDTO> getMyPostList(@RequestParam(name = "posts", required = false) String posts) {
return ApiResponse.onSuccess(myPageService.getMyPage(posts));

0 comments on commit 0dcfeb5

Please sign in to comment.