summaryrefslogtreecommitdiffstats
path: root/sick-fits/frontend/config.js
blob: f5f234af46eacc00a1a86e72deea1348dcd19915 (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:4444`;
export const perPage = 4;