Skip to content

Commit

Permalink
Merge pull request #98 from prgrms-web-devcourse-final-project/Featur…
Browse files Browse the repository at this point in the history
…e/QFEED-147-Improve-notification

[QFEED-147] fix : FCM 토큰 저장 관련 어노테이션 누락 추가
  • Loading branch information
jieun5119 authored Jan 10, 2025
2 parents e002792 + 6f6f17e commit 8d22252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public ResponseEntity<String> markAllAsRead(@AuthenticationPrincipal UserPrincip
@Operation(summary = "FCM 토큰 저장", description = "사용자의 FCM 토큰을 저장합니다.")
@PostMapping("/fcmTokenSaves")
public ResponseEntity<String> saveFcmToken(
SaveFcmTokenRequest request,
@RequestBody SaveFcmTokenRequest request,
@AuthenticationPrincipal UserPrincipal userPrincipal
){
String userId = userPrincipal.getId();
Expand Down

0 comments on commit 8d22252

Please sign in to comment.