Skip to content

Commit

Permalink
refactor: 알림 체크 여부 URL 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Nov 11, 2024
1 parent ace1563 commit 2144df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public ResponseEntity<PaginationApiResponse<ShowAlarmPaginationApiParam>> getSho
);
}

@GetMapping("/activate")
@GetMapping("/checked")
public ResponseEntity<ShowAlarmActivateApiResponse> getShowAlarmActivate(
@RequestParam(value = "fcmToken") String fcmToken
) {
Expand Down

0 comments on commit 2144df0

Please sign in to comment.