Skip to content

Commit

Permalink
Update map.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Svobek authored Sep 17, 2024
1 parent e7ee9c7 commit c99a7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MEETIT/wwwroot/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function initMap() {
maxZoom: 22,
mapId: "",
},
mapsApiKey: "AIzaSyB3ZQgxv25bFuG9dDT9t7Fz9_7M6C1enjY",
mapsApiKey: "",
capabilities: {
addressAutocompleteControl: true,
mapDisplayControl: true,
Expand Down Expand Up @@ -88,4 +88,4 @@ function initMap() {
marker.setPosition(place.geometry.location);
marker.setVisible(true);
}
}
}

0 comments on commit c99a7e8

Please sign in to comment.