Skip to content

Commit

Permalink
chore: 개발 환경과 배포환경에 따른 백엔드 API 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Aug 20, 2024
1 parent f9cfa08 commit c1e48fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/apis/baseUrl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BASE_URL = {
dev: 'https://api.devel-up.co.kr',
dev: 'https://dev.api.devel-up.co.kr',
prod: 'https://api.devel-up.co.kr',
} as const;

0 comments on commit c1e48fa

Please sign in to comment.