Skip to content

Commit 783528f

Browse files
authored
GoogleMaps API key updated fro demos (#848)
1 parent 9d38484 commit 783528f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

BlazorBootstrap.Demo.Server/BlazorBootstrap.Demo.Server.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<UserSecretsId>17d839f8-f71e-4856-829b-ccf23589bb77</UserSecretsId>
78
</PropertyGroup>
89

910
<ItemGroup>

BlazorBootstrap.Demo.Server/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"stackoverflow": "//stackoverflow.com/questions/tagged/blazor-bootstrap"
2323
},
2424
"GoogleMap": {
25-
"ApiKey": "AIzaSyA-k5n6Q7VzGE-XEDbWFQI4IcgzRrafdy0"
25+
"ApiKey": "AIzaSyDc110Rvu20IMJhlZcWTOPoLbVQdnjLyXs"
2626
}
2727
}

BlazorBootstrap.Demo.WebAssembly/wwwroot/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"stackoverflow": "//stackoverflow.com/questions/tagged/blazor-bootstrap"
1616
},
1717
"GoogleMap": {
18-
"ApiKey": "AIzaSyA-k5n6Q7VzGE-XEDbWFQI4IcgzRrafdy0"
18+
"ApiKey": "AIzaSyDc110Rvu20IMJhlZcWTOPoLbVQdnjLyXs"
1919
}
2020
}

0 commit comments

Comments
 (0)