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 3237896 commit 017dd04Copy full SHA for 017dd04
config.ts
@@ -1,4 +1,4 @@
1
// This is client side config only - don't put anything in here that shouldn't be public!
2
export const endpoint = `http://localhost:3000/api/graphql`;
3
-export const prodEndpoint = `https://fab-cart.herokuapp.app/api/graphql`;
+export const prodEndpoint = `https://fab-cart.herokuapp.com/api/graphql`;
4
export const perPage = 2;
0 commit comments