Skip to content

Commit

Permalink
Merge pull request #90 from GDSC-PKNU-21-22/refactor/#86
Browse files Browse the repository at this point in the history
Fix: 백엔드 URL 주소에 http 추가
  • Loading branch information
pp449 authored Jul 12, 2023
2 parents bd69160 + a2cde44 commit 8d44614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let SERVER_URL = '13.209.91.5:8080';
let SERVER_URL = 'http://13.209.91.5:8080';
if (process.env.NODE_ENV === 'development') {
SERVER_URL = 'http://localhost:8080';
}
Expand Down

0 comments on commit 8d44614

Please sign in to comment.