Skip to content

Commit

Permalink
feat: 운영 서버 api 변경 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
chosim-dvlpr authored Nov 22, 2024
1 parent 9f3b2b4 commit 9fbe8f2
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://apin.devel-up.co.kr',
prod: 'https://api.devel-up.co.kr',
prod: 'https://apin.devel-up.co.kr',
} as const;

0 comments on commit 9fbe8f2

Please sign in to comment.