Skip to content

Commit

Permalink
Merge pull request #507 from connection-2023/feature/#501
Browse files Browse the repository at this point in the history
Feat(#501): 유저 fcm 기기 토큰 등록 post->patch 수정
  • Loading branch information
j-zzi authored May 10, 2024
2 parents c956c25 + 283582f commit 33187d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notification/controllers/notification.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class NotificationController {
@ApiNotification.RegisterDeviceToken({ summary: '유저 fmc 기기 토큰 등록' })
@SetResponseKey('userDeviceToken')
@UseGuards(AllowUserAndLecturerGuard)
@Post('register-device-token')
@Patch('register-device-token')
async registerDeviceToken(
@GetAuthorizedUser() authorizedData: ValidateResult,
@Body() registerDeviceTokenDto: RegisterDeviceTokenDto,
Expand Down

0 comments on commit 33187d8

Please sign in to comment.