Skip to content

Commit

Permalink
fix: fix baseUrl to https
Browse files Browse the repository at this point in the history
  • Loading branch information
parkmuhyeun committed Apr 6, 2024
1 parent 350ba49 commit 68bca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BASE_URL = 'http://conceptbe.kr:8080';
export const BASE_URL = 'https://conceptbe.kr/api';

// 서버 작업으로 인한 임시 상수값
export const ROOT_COMMENT_ID = '0';

0 comments on commit 68bca91

Please sign in to comment.