Skip to content

Commit 4f003e0

Browse files
using .netlify/function as base
1 parent 3123549 commit 4f003e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/helpers/apiBase.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
export default process.env.NODE_ENV === "development"
2-
? "http://localhost:9000"
3-
: "/.netlify/functions";
1+
export default "/.netlify/functions"
2+

0 commit comments

Comments
 (0)