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 3123549 commit 4f003e0Copy full SHA for 4f003e0
src/helpers/apiBase.js
@@ -1,3 +1,2 @@
1
-export default process.env.NODE_ENV === "development"
2
- ? "http://localhost:9000"
3
- : "/.netlify/functions";
+export default "/.netlify/functions"
+
0 commit comments