Skip to content

Commit

Permalink
chore: 서버 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Aug 14, 2024
1 parent e0ed0aa commit f139488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/config/serverUrl.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export const serverUrl =
process.env.NODE_ENV === "production" ? "http://13.209.18.207" : "http://localhost:8080";
process.env.NODE_ENV === "production"
? "https://api.code-review-area.com"
: "http://localhost:8080";

0 comments on commit f139488

Please sign in to comment.