Skip to content

Commit

Permalink
chore: change gmaps api key for web ds-11
Browse files Browse the repository at this point in the history
  • Loading branch information
KeidsID committed Jan 20, 2025
1 parent 4355e90 commit 2e6e3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
abstract final class GoogleMapsApiKeys {
static const android = "AIzaSyBHiULWIzUmlHFAgbHrcAlRkSz9bftnfyI";
static const ios = "AIzaSyDVlWW9LW3Sz7_4tMQDb8jR1EBoQLH0zeA";
static const web = "AIzaSyA9oidTroejuUqiuQFU44B7xr7aqVAigLE";
static const web = "AIzaSyDFBxnhOG0Rw4Ri7Ci7vYouz22jbOCkQAs";
}
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Restricted Google Maps API key
Please notice if this key still can be used on other apps
-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA9oidTroejuUqiuQFU44B7xr7aqVAigLE"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDFBxnhOG0Rw4Ri7Ci7vYouz22jbOCkQAs"></script>

<script>
// The value below is injected by flutter build, do not touch.
Expand Down

0 comments on commit 2e6e3b1

Please sign in to comment.