Skip to content

Commit 0ad4eb5

Browse files
committed
백엔드 서비스 계정 수정
1 parent 112b129 commit 0ad4eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/example/cbumanage/service/CandidateAppendService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class CandidateAppendService {
3535
@PostConstruct
3636
public void init() throws IOException, GeneralSecurityException {
3737
// 1. service_account.json 을 resources 폴더에서 읽어오기
38-
InputStream in = getClass().getResourceAsStream("/cbumanage-450907-8f01c9ed326c.json");
38+
InputStream in = getClass().getResourceAsStream("/cbumanage-464308-f2bb67f5d410.json");
3939
if (in == null) {
4040
throw new FileNotFoundException("service_account.json 파일을 찾을 수 없습니다.");
4141
}

0 commit comments

Comments
 (0)