Skip to content

Commit

Permalink
Merge pull request #83 from FoodZero/feature/81
Browse files Browse the repository at this point in the history
♻️ refactor: firebase url 수정
  • Loading branch information
hyoungj00n authored Sep 28, 2024
2 parents 31c125c + fc0c869 commit 374e0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
public interface FcmFeignClient {


@PostMapping("/v1/projects/sm-project-ea2a9/messages:send")
@PostMapping("/v1/projects/sm-project-9fb68/messages:send")
FcmResponseDTO getFCMResponse(@RequestHeader("Authorization") String token, @RequestBody String fcmMessage);
}

0 comments on commit 374e0d7

Please sign in to comment.