Skip to content

Commit b783ec4

Browse files
committed
fix: api url 변경
1 parent 273dba6 commit b783ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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:8081/";
1+
// export const SERVER_URL = "http://localhost:8081/";
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)