From ba25baba89008b384105e2074e47b22fce41c837 Mon Sep 17 00:00:00 2001 From: Tomas Husak <49864539+TomatorCZ@users.noreply.github.com> Date: Sat, 7 Aug 2021 17:27:48 +0200 Subject: [PATCH] Update appsettings.json --- .../Examples/WebGame/BlazorApp/Server/appsettings.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Tests/Examples/WebGame/BlazorApp/Server/appsettings.json b/src/Tests/Examples/WebGame/BlazorApp/Server/appsettings.json index a1cc352..d9d9a9b 100644 --- a/src/Tests/Examples/WebGame/BlazorApp/Server/appsettings.json +++ b/src/Tests/Examples/WebGame/BlazorApp/Server/appsettings.json @@ -6,11 +6,5 @@ "Microsoft.Hosting.Lifetime": "Information" } }, - "AllowedHosts": "*", - "AdditionalStaticWebAssets": [ - { - "Path": "..\\..\\PHPScripts\\wwwroot", - "BasePath": "/Asteroids" - } - ] + "AllowedHosts": "*" }