Skip to content

Commit 02a68f8

Browse files
committed
chore: gitignore ServerURL 재추가
1 parent 1ec4d7f commit 02a68f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26-
.env
27-
28-
ServerURL.js
26+
.env

src/constants/ServerURL.js

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

0 commit comments

Comments
 (0)