summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend/config.js
blob: 53e05ed8a000c85ed9cd1adac5961bd438175a10 (plain)
1
2
3
// This is client side config only - don't put anything in here that shouldn't be public!
export const endpoint = `http://localhost:5555`;
export const perPage = 4;