Skip to content

Commit

Permalink
[CHORE] 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Mar 11, 2024
1 parent 14b65a1 commit 4b92397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/oya/kr/chat/config/FCMInitializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void initialize() throws IOException {
if (!initialized) {

Resource[] resources = new PathMatchingResourcePatternResolver(new DefaultResourceLoader())
.getResources("file:/home/ubuntu/firebase.json");
.getResources("/home/ubuntu/firebase.json");

if (resources.length > 0) {
Resource resource = resources[0];
Expand Down

0 comments on commit 4b92397

Please sign in to comment.