From ceac4f24289403f4468c3adf167dbe31818ce99d Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Mon, 3 Feb 2025 17:49:19 -0600 Subject: [PATCH] Fix start URL --- LANCommander.Server/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANCommander.Server/Properties/launchSettings.json b/LANCommander.Server/Properties/launchSettings.json index fba57259..14f75b12 100644 --- a/LANCommander.Server/Properties/launchSettings.json +++ b/LANCommander.Server/Properties/launchSettings.json @@ -12,7 +12,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:7087;http://localhost:5087", + "applicationUrl": "http://localhost:1337", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }