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 112b129 commit 0ad4eb5Copy full SHA for 0ad4eb5
backend/src/main/java/com/example/cbumanage/service/CandidateAppendService.java
@@ -35,7 +35,7 @@ public class CandidateAppendService {
35
@PostConstruct
36
public void init() throws IOException, GeneralSecurityException {
37
// 1. service_account.json 을 resources 폴더에서 읽어오기
38
- InputStream in = getClass().getResourceAsStream("/cbumanage-450907-8f01c9ed326c.json");
+ InputStream in = getClass().getResourceAsStream("/cbumanage-464308-f2bb67f5d410.json");
39
if (in == null) {
40
throw new FileNotFoundException("service_account.json 파일을 찾을 수 없습니다.");
41
}
0 commit comments