From f3d6b62911c20456cd6f691bc3a5a5d1a86b4bf8 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:27:44 +0300 Subject: [PATCH] fix(blazor-coffee): Move paths in launch settings --- .../BlazingCoffee/Client/Properties/launchSettings.json | 6 ++++-- .../BlazingCoffee/Server/Properties/launchSettings.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sample-applications/blazing-coffee/BlazingCoffee/Client/Properties/launchSettings.json b/sample-applications/blazing-coffee/BlazingCoffee/Client/Properties/launchSettings.json index 8fd0697d..9169a981 100644 --- a/sample-applications/blazing-coffee/BlazingCoffee/Client/Properties/launchSettings.json +++ b/sample-applications/blazing-coffee/BlazingCoffee/Client/Properties/launchSettings.json @@ -3,7 +3,8 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:55833/blazor-coffee/", + "applicationUrl": "http://localhost:55833", + "launchUrl": "blazor-coffee", "sslPort": 44356 } }, @@ -20,7 +21,8 @@ "commandName": "Project", "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/blazor-coffee/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "https://localhost:5001/blazor-coffee/;http://localhost:5000/blazor-coffee/", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "launchUrl": "blazor-coffee", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/sample-applications/blazing-coffee/BlazingCoffee/Server/Properties/launchSettings.json b/sample-applications/blazing-coffee/BlazingCoffee/Server/Properties/launchSettings.json index c8809ce9..fb1d0e7c 100644 --- a/sample-applications/blazing-coffee/BlazingCoffee/Server/Properties/launchSettings.json +++ b/sample-applications/blazing-coffee/BlazingCoffee/Server/Properties/launchSettings.json @@ -3,7 +3,8 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:55833/blazor-coffee/", + "applicationUrl": "http://localhost:55833", + "launchUrl": "blazor-coffee", "sslPort": 44356 } }, @@ -20,7 +21,8 @@ "commandName": "Project", "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/blazor-coffee/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "https://localhost:5001/blazor-coffee/;http://localhost:5000/blazor-coffee/", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "launchUrl": "blazor-coffee", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: