Skip to content

Commit cc56693

Browse files
committed
회원가입 및 로그인 기능 구현 + API 프록시 설정 추가
1 parent 1ae3d9f commit cc56693

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ const config = {
66
};
77

88
export default config;
9+
10+
11+
// 아래는 프록시 코드를 제거하면 활성화 후 위 코드들 지우기
12+
//const config = {
13+
//API_BASE_URL: 'http://3.38.244.234:8080', // 절대경로로 고정
14+
//};
15+
16+
// default config;

0 commit comments

Comments
 (0)