Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] fix : FCM Account Key 주입 방법 수정 #84

Closed
Minjae-An opened this issue May 15, 2024 · 0 comments · Fixed by #85
Closed

[BE] fix : FCM Account Key 주입 방법 수정 #84

Minjae-An opened this issue May 15, 2024 · 0 comments · Fixed by #85
Assignees
Labels
🐞 fix 버그 수정

Comments

@Minjae-An
Copy link
Contributor

Minjae-An commented May 15, 2024

작업에 대한 설명

  • FCM Account Key 주입 방법 수정
  • 잘못된 API 명세 일부 수정
@Minjae-An Minjae-An added the 🐞 fix 버그 수정 label May 15, 2024
@Minjae-An Minjae-An self-assigned this May 15, 2024
Minjae-An added a commit that referenced this issue May 15, 2024
- 기존에는 'classpath:~' 를 루트로 하는 경로를 이용해 fcm account key를 접근
- 배포시에 해당 경로를 인식하지 못해 리소스를 접근하지 못하는 에러 발생
- spring에서 제공하는 ClassPathResource를 이용하여 접근하는 방식으로 변경
@Minjae-An Minjae-An linked a pull request May 15, 2024 that will close this issue
Minjae-An added a commit that referenced this issue May 16, 2024
* docs: 사진 프로필 필드, 타입 명세 수정(#84)

* feat: fcm account key 접근 방식 변경(#84)

- 기존에는 'classpath:~' 를 루트로 하는 경로를 이용해 fcm account key를 접근
- 배포시에 해당 경로를 인식하지 못해 리소스를 접근하지 못하는 에러 발생
- spring에서 제공하는 ClassPathResource를 이용하여 접근하는 방식으로 변경

* docs: 조회 기준 필드, 예시 명세 수정(#84)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 fix 버그 수정
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant