From 58ee088545a1c620a6d5ecf1ff1f471061c8a28c Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 24 Jan 2023 19:30:51 +0100 Subject: [PATCH] Update dev environment --- trainav.web/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainav.web/Properties/launchSettings.json b/trainav.web/Properties/launchSettings.json index 7c3d6e2..59927fd 100644 --- a/trainav.web/Properties/launchSettings.json +++ b/trainav.web/Properties/launchSettings.json @@ -3,7 +3,7 @@ "trainav.web": { "commandName": "Project", "launchBrowser": false, - "applicationUrl": "https://localhost:5001;http://localhost:5000", + "applicationUrl": "https://localhost:7005", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }