summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend/config.js
blob: ae41c546c7be143d26e249a536cb6c7717021cd9 (plain)
1
2
3
4
// This is client side config only - don't put anything in here that shouldn't be public!
export const endpoint = `http://localhost:4444`;
export const prodEndpoint = `https://sickfits-yoga-prod.herokuapp.com/`;
export const perPage = 4;