Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyeonch committed Oct 15, 2024
2 parents 9731ec6 + cea7717 commit 4bbfc7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public ResponseDto<String> deleteViewNews(
@Operation(summary = "뉴스 시청기록 일괄삭제")
@DeleteMapping("/user")
public ResponseDto<String> deleteViewNewsByUser(
@UserId Long userId
@Parameter(hidden = true) @UserId Long userId
) {
log.info("deleteViewNewsByUser controller");
return ResponseDto.ok(newsLogService.deleteNewsHistByUserId(userId));
Expand Down

0 comments on commit 4bbfc7e

Please sign in to comment.