Skip to content

Commit 96249a2

Browse files
committed
!Hotfix: base URL 수정
1 parent ad3df70 commit 96249a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/service/config/instance.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { Http, HttpResponse } from '@shared/lib';
33

44
const API_PREFIX = `/api/v1`;
55

6-
export const BASE_URI = `https://algo.knu-soft.site${API_PREFIX}`;
6+
// export const BASE_URI = `https://algo.knu-soft.site${API_PREFIX}`;
7+
export const BASE_URI = `${API_PREFIX}`;
78

89
export const SERVER_FILE_URI = `https://algo.knu-soft.site`;
910

0 commit comments

Comments
 (0)