Skip to content

Commit

Permalink
Merge pull request #91 from Donut-DONationUTile/feature/fcm
Browse files Browse the repository at this point in the history
chore: 오타 해결
  • Loading branch information
Ganghee-Lee-0522 committed May 1, 2024
2 parents 88ace78 + 82c133b commit 2c4a693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/zero/eight/donut/controller/FcmController.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ApiResponse<?> mock30(@PathVariable("email") String email, @RequestParam(
}

@GetMapping("/mock/7/{email}")
public ApiResponse<?> mock7(@PathVariable("email") String email, @RequestParam("product") String product) throws FirebaseMessagingException {
return ApiResponse.success(Success.FCM_TEST_SUCCESS, fcmService.mock30(email, product));
public ApiResponse<?> mock7(@PathVariable("email") String email, @RequestParam("store") String store) throws FirebaseMessagingException {
return ApiResponse.success(Success.FCM_TEST_SUCCESS, fcmService.mock7(email, store));
}
}

0 comments on commit 2c4a693

Please sign in to comment.