Skip to content

Commit

Permalink
refactor: default prod url ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonh423 committed Oct 17, 2023
1 parent 2a931db commit 994e904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export const DEFAULT_TOPIC_IMAGE =
export const DEFAULT_PROFILE_IMAGE =
'https://dr702blqc4x5d.cloudfront.net/2023-map-be-fine/icon/profile_defaultImage.svg';

export const DEFAULT_PROD_URL = process.env.APP_URL || 'http://localhost:8080';
export const DEFAULT_PROD_URL =
process.env.APP_URL || 'https://mapbefine.kro.kr/api';

0 comments on commit 994e904

Please sign in to comment.