Skip to content

Commit

Permalink
[refactor] : uri 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo committed May 10, 2024
1 parent 5dc8578 commit 5c0082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seoul/gonggong/domain/data/api/DataApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ApiResponse<?> saveBoardOfArea(@PathVariable Long areaId) {
// return ApiResponse.onSuccess(dataService.getLikeAreaList());
// }

@GetMapping("/{memberId}/boards")
@GetMapping("/boards/{memberId}")
public ApiResponse<List<DataBoardResponse>> getAreaLikeList(@PathVariable Long memberId) {
return ApiResponse.onSuccess(dataService.getLikeAreaList(memberId));
}
Expand Down

0 comments on commit 5c0082d

Please sign in to comment.