Skip to content

Commit cf1af44

Browse files
authored
fix: serverUrl 수정 (#410)
1 parent 86202e2 commit cf1af44

File tree

2 files changed

+233
-3
lines changed

2 files changed

+233
-3
lines changed

src/constants/ServerURL.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const SERVER_URL = "http://localhost:8080/";
1+
// export const SERVER_URL = "http://localhost:8080/";
22
// export const SERVER_URL = "http://13.125.61.13:8080/";
3-
// export const SERVER_URL = "https://api.podo-store.com/";
3+
export const SERVER_URL = "https://api.podo-store.com/";

0 commit comments

Comments
 (0)