We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad4eb5 commit 2ff2ef0Copy full SHA for 2ff2ef0
backend/src/main/java/com/example/cbumanage/service/EmailService.java
@@ -69,7 +69,7 @@ public class EmailService {
69
@PostConstruct
70
public void init() throws IOException, GeneralSecurityException {
71
// 1. service_account.json 을 resources 폴더에서 읽어오기
72
- InputStream in = getClass().getResourceAsStream("/cbumanage-450907-8f01c9ed326c.json");
+ InputStream in = getClass().getResourceAsStream("/cbumanage-464308-f2bb67f5d410.json");
73
if (in == null) {
74
throw new FileNotFoundException("service_account.json 파일을 찾을 수 없습니다.");
75
}
0 commit comments