From 82d2c48ff78f513ec3139f22653eb06cdd926dbc Mon Sep 17 00:00:00 2001 From: troogs Date: Fri, 17 Apr 2026 16:35:52 +0200 Subject: [PATCH] Add launchUrl to project settings in launchSettings.json --- FoodsharingSiegen.Server/Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/FoodsharingSiegen.Server/Properties/launchSettings.json b/FoodsharingSiegen.Server/Properties/launchSettings.json index fc8f663..1597c77 100644 --- a/FoodsharingSiegen.Server/Properties/launchSettings.json +++ b/FoodsharingSiegen.Server/Properties/launchSettings.json @@ -12,6 +12,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, + "launchUrl": "http://localhost:56000/", "applicationUrl": "http://localhost:56000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"