Skip to content

Commit

Permalink
Update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Jul 11, 2023
1 parent bc35db9 commit 4c6cba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c6cba5

Please sign in to comment.