Skip to content

Commit

Permalink
GoogleMaps API key updated fro demos (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 authored Aug 22, 2024
1 parent 9d38484 commit 783528f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>17d839f8-f71e-4856-829b-ccf23589bb77</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BlazorBootstrap.Demo.Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"stackoverflow": "//stackoverflow.com/questions/tagged/blazor-bootstrap"
},
"GoogleMap": {
"ApiKey": "AIzaSyA-k5n6Q7VzGE-XEDbWFQI4IcgzRrafdy0"
"ApiKey": "AIzaSyDc110Rvu20IMJhlZcWTOPoLbVQdnjLyXs"
}
}
2 changes: 1 addition & 1 deletion BlazorBootstrap.Demo.WebAssembly/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"stackoverflow": "//stackoverflow.com/questions/tagged/blazor-bootstrap"
},
"GoogleMap": {
"ApiKey": "AIzaSyA-k5n6Q7VzGE-XEDbWFQI4IcgzRrafdy0"
"ApiKey": "AIzaSyDc110Rvu20IMJhlZcWTOPoLbVQdnjLyXs"
}
}

0 comments on commit 783528f

Please sign in to comment.