diff options
Diffstat (limited to 'sick-fits/frontend/config.js')
| -rw-r--r-- | sick-fits/frontend/config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sick-fits/frontend/config.js b/sick-fits/frontend/config.js new file mode 100644 index 0000000..f5f234a --- /dev/null +++ b/sick-fits/frontend/config.js @@ -0,0 +1,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; |
