Skip to content

Commit

Permalink
♻️ refactor: firebase url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoungj00n committed Sep 28, 2024
1 parent 0c605c9 commit fc0c869
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 fc0c869

Please sign in to comment.