From 4c6cba5fcd3002aae6ee0d70c2bd235516f7c04c Mon Sep 17 00:00:00 2001 From: Yoriiis Date: Tue, 11 Jul 2023 21:44:45 +0200 Subject: [PATCH] Update endpoint --- src/demo/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/config.js b/src/demo/config.js index e1ea867..c480a8e 100644 --- a/src/demo/config.js +++ b/src/demo/config.js @@ -7,7 +7,7 @@ import Storelocatorjs from 'storelocatorjs' const myStorelocator = new Storelocatorjs({ options: { apiKey: 'AIzaSyD6vKbzlHT4wfk9jbCLXn_HZrdFaLzO2XI', - webServiceUrl: 'https://europe-west1-storelocatorjs.cloudfunctions.net/stores', + webServiceUrl: 'https://storelocator-functions.vercel.app', cluster: { options: { averageCenter: true,