From 67a1524062f1fc2e45a9f35dbb582e072315ef9e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 15 Oct 2019 23:34:54 +0300 Subject: Initial fetchImages() implementation doesn't work due to CORS --- src/config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.js (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js new file mode 100644 index 0000000..83f0192 --- /dev/null +++ b/src/config.js @@ -0,0 +1,5 @@ +const IMAGES_BASE_URL = 'https://imgs.geshem.space' + +const MAPBOX_ACCESS_TOKEN = 'pk.eyJ1IjoieXV2YWRtIiwiYSI6ImNpcnMxbzBuaTAwZWdoa25oczlzZmkwbHcifQ.UHtLngbKm9O8945pJm23Nw'; + +module.exports = { IMAGES_BASE_URL, MAPBOX_ACCESS_TOKEN }; -- cgit v1.3.1