Skip to content

Commit cb19a4b

Browse files
authored
refactor : 백엔드 서버 더미서버로 변경 실제 서버로 테스트 진행
refactor : 백엔드 서버 더미서버로 변경 실제 서버로 테스트 진행
2 parents ce41c36 + 387c04f commit cb19a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/serverFetchUtil.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ interface ServerFetchOptions extends Omit<RequestInit, "body"> {
114114
next?: NextCacheOpt;
115115
}
116116

117-
const BASE = process.env.NEXT_PUBLIC_API_SERVER_URL;
117+
// const BASE = process.env.NEXT_PUBLIC_API_SERVER_URL;
118+
const BASE = "https://www.stage.solid-connection.com"; // 예시 URL, 실제 환경에 맞게 변경
118119
if (!BASE) {
119120
throw new Error("NEXT_PUBLIC_API_SERVER_URL is not defined");
120121
}

0 commit comments

Comments
 (0)