From 302b3580a6b0709ca5756f550d94fd479de91622 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 19 Jan 2026 15:59:55 +0000 Subject: [PATCH] Properties/launchSettings.json aktualisiert --- Properties/launchSettings.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index e10b18f..3d96a8c 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -9,15 +9,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7210;http://localhost:5132", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } + } } } }