Skip to content

Commit 579e21e

Browse files
committed
fix: proxy 위한server_file_uri 상대 경로로 변경
1 parent 96249a2 commit 579e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/service/config/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const API_PREFIX = `/api/v1`;
66
// export const BASE_URI = `https://algo.knu-soft.site${API_PREFIX}`;
77
export const BASE_URI = `${API_PREFIX}`;
88

9-
export const SERVER_FILE_URI = `https://algo.knu-soft.site`;
9+
export const SERVER_FILE_URI = `${API_PREFIX}`;
1010

1111
export const fetchInstance = new Http(BASE_URI, {
1212
headers: {

0 commit comments

Comments
 (0)