Skip to content

Commit 017dd04

Browse files
committed
ohho so stupid mistake
1 parent 3237896 commit 017dd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This is client side config only - don't put anything in here that shouldn't be public!
22
export const endpoint = `http://localhost:3000/api/graphql`;
3-
export const prodEndpoint = `https://fab-cart.herokuapp.app/api/graphql`;
3+
export const prodEndpoint = `https://fab-cart.herokuapp.com/api/graphql`;
44
export const perPage = 2;

0 commit comments

Comments
 (0)