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,