feat(api-keys): Replace Google Places API key with Google Maps API key across the application

This commit is contained in:
Achintha Isuru
2026-02-16 13:46:01 -05:00
parent 0b787dbc12
commit 6ed12a0519
5 changed files with 7 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
{
"GOOGLE_PLACES_API_KEY": "AIzaSyAS9yTf4q51_CNSZ7mbmeS9V3l_LZR80lU",
"GOOGLE_MAPS_API_KEY": "AIzaSyAyRS9I4xxoVPAX91RJvWJHszB3ZY3-IC0"
"GOOGLE_MAPS_API_KEY": "AIzaSyAS9yTf4q51_CNSZ7mbmeS9V3l_LZR80lU"
}