Skip to content

Commit

Permalink
test: Update FCMConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored Mar 19, 2024
1 parent 706873b commit b2cc680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ewha/lux/once/global/config/FCMConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class FCMConfig {
@Bean
FirebaseMessaging firebaseMessaging() throws IOException {
ClassPathResource resource = new ClassPathResource("firebase/once-firebase-adminsdk.json");
ClassPathResource resource = new ClassPathResource("src/main/resources/firebase/once-firebase-adminsdk.json");

InputStream refreshToken = resource.getInputStream();

Expand Down

0 comments on commit b2cc680

Please sign in to comment.