Skip to content

Commit

Permalink
Merge pull request #143 from Hanaro-trip-together-bank/feature/dues_paid
Browse files Browse the repository at this point in the history
refactor: fcm 수정
  • Loading branch information
ny2060 authored Jun 7, 2024
2 parents 76ac6e9 + e78e874 commit d9203b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class FirebaseConfig {
@Bean
public FirebaseApp firebaseApp() throws IOException {
InputStream refreshToken = new ClassPathResource("triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream();
InputStream refreshToken = new ClassPathResource("./triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream();

FirebaseOptions options = FirebaseOptions
.builder()
Expand Down

0 comments on commit d9203b4

Please sign in to comment.