From 926ea6dcebebf1804ca11285a2a6e63ea6fa218c Mon Sep 17 00:00:00 2001 From: Egamorf Date: Tue, 29 Apr 2025 21:18:53 +0200 Subject: [PATCH] update launch profile --- .../Client/GameIdeas.BlazorApp/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GameIdeas/Client/GameIdeas.BlazorApp/Properties/launchSettings.json b/src/GameIdeas/Client/GameIdeas.BlazorApp/Properties/launchSettings.json index fccd456..ee255b0 100644 --- a/src/GameIdeas/Client/GameIdeas.BlazorApp/Properties/launchSettings.json +++ b/src/GameIdeas/Client/GameIdeas.BlazorApp/Properties/launchSettings.json @@ -7,7 +7,7 @@ "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "http://localhost:5172", - "launchUrl": "http://localhost:5172/Games", + "launchUrl": "http://localhost:5172/", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -18,7 +18,7 @@ "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7060;http://localhost:5172", - "launchUrl": "http://localhost:7060/Games", + "launchUrl": "http://localhost:7060/", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }