Skip to content

Commit

Permalink
Merge pull request #91 from GDSC-PKNU-21-22/dev
Browse files Browse the repository at this point in the history
부리미 0.11-2v 배포
  • Loading branch information
pp449 authored Jul 12, 2023
2 parents 897bfb0 + 8d44614 commit 2a9b3f7
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 2a9b3f7

Please sign in to comment.