From 6a442daa94302cd9b74f3c1c04587e5ec53d14f3 Mon Sep 17 00:00:00 2001 From: damienbod Date: Tue, 31 Dec 2024 13:59:06 +0100 Subject: [PATCH] debugging --- OpeniddictServer/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpeniddictServer/Properties/launchSettings.json b/OpeniddictServer/Properties/launchSettings.json index 246a375..ef6b6a5 100644 --- a/OpeniddictServer/Properties/launchSettings.json +++ b/OpeniddictServer/Properties/launchSettings.json @@ -3,7 +3,7 @@ "OpeniddictServer": { "commandName": "Project", "launchBrowser": true, - "launchUrl": "home/index", + "launchUrl": "", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"