Skip to content

Commit

Permalink
feat: add solution parameter to API calls (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Nov 22, 2021
1 parent 2218a8f commit 78dd7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion austin-recycling/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<script
defer
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&v=weekly&libraries=places&callback=initialize&map_ids=YOUR_MAP_ID"
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&v=weekly&libraries=places&callback=initialize&map_ids=YOUR_MAP_ID&solution_channel=GMP_codelabs_fullstackstorelocator_v1_a"
></script>
</head>

Expand Down

0 comments on commit 78dd7da

Please sign in to comment.