From 1914d6bb838e204032907bcb9de8167e9d911103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Mon, 22 Apr 2024 10:12:19 +0200 Subject: [PATCH] changed app port to not conflict with backend --- .../Properties/launchSettings.json | 2 +- .../WD7UVN_SzTGUI_2023242.Client.JS.csproj | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/Properties/launchSettings.json b/WD7UVN_SzTGUI_2023242.Client.JS/Properties/launchSettings.json index 955b08e..39ecde9 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/Properties/launchSettings.json +++ b/WD7UVN_SzTGUI_2023242.Client.JS/Properties/launchSettings.json @@ -21,7 +21,7 @@ "launchUrl": "index.html", "dotnetRunMessages": "true", "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", + "applicationUrl": "https://localhost:5003;http://localhost:5002", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/WD7UVN_SzTGUI_2023242.Client.JS.csproj b/WD7UVN_SzTGUI_2023242.Client.JS/WD7UVN_SzTGUI_2023242.Client.JS.csproj index 0ab4a60..9c9eaf6 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/WD7UVN_SzTGUI_2023242.Client.JS.csproj +++ b/WD7UVN_SzTGUI_2023242.Client.JS/WD7UVN_SzTGUI_2023242.Client.JS.csproj @@ -4,8 +4,4 @@ net5.0 - - - -