Skip to content

Commit

Permalink
Merge pull request #149 from Hanaro-trip-together-bank/feature/dues_paid
Browse files Browse the repository at this point in the history
refactor: 경로명 변경
  • Loading branch information
ny2060 authored Jun 7, 2024
2 parents 814ead0 + 169428d commit bf98d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class FirebaseConfig {
@Bean
public FirebaseApp firebaseApp() throws IOException {

InputStream resource = new ClassPathResource("triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream();
InputStream resource = new ClassPathResource("src/main/resources/triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream();

// JsonReader jsonReader = new JsonReader(new InputStreamReader(resource));
// jsonReader.setLenient(true);
Expand Down

0 comments on commit bf98d81

Please sign in to comment.