From 283582f8a3d9d0127e004d349d938958eb111309 Mon Sep 17 00:00:00 2001 From: LJH Date: Fri, 10 May 2024 19:01:27 +0900 Subject: [PATCH] =?UTF-8?q?Feat(#501):=20=EC=9C=A0=EC=A0=80=20fcm=20?= =?UTF-8?q?=EA=B8=B0=EA=B8=B0=20=ED=86=A0=ED=81=B0=20=EB=93=B1=EB=A1=9D=20?= =?UTF-8?q?post->patch=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/notification/controllers/notification.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification/controllers/notification.controller.ts b/src/notification/controllers/notification.controller.ts index adee70a4..82db1ee7 100644 --- a/src/notification/controllers/notification.controller.ts +++ b/src/notification/controllers/notification.controller.ts @@ -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,