We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec4d7f commit 02a68f8Copy full SHA for 02a68f8
.gitignore
@@ -23,6 +23,4 @@
23
npm-debug.log*
24
yarn-debug.log*
25
yarn-error.log*
26
-.env
27
-
28
-ServerURL.js
+.env
src/constants/ServerURL.js
@@ -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