Skip to content

Commit a506355

Browse files
authored
Merge pull request #166 from GoToBILL/fix
refactor: 엔드포인트 수정
2 parents cdab655 + af80fdb commit a506355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/cherrydan/campaign/controller/BookmarkController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public ResponseEntity<ApiResponse<PageListResponseDTO<BookmarkResponseDTO>>> get
7979
}
8080

8181
@Operation(summary = "북마크 완전 삭제", description = "캠페인 북마크(찜) 정보를 완전히 삭제합니다.")
82-
@DeleteMapping("/{campaignId}/bookmark")
82+
@DeleteMapping("/bookmark")
8383
public ResponseEntity<ApiResponse<EmptyResponse>> deleteBookmark(
8484
@RequestBody BookmarkDeleteDTO request,
8585
@Parameter(hidden = true) @AuthenticationPrincipal UserDetailsImpl currentUser

0 commit comments

Comments
 (0)