From 4e6eb0c022096dc9e6701cd6c8a3188b0080e918 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 2 Nov 2024 18:06:48 +1000 Subject: [PATCH] Updated port --- AirportAlphabetGame/Program.fs | 2 +- AirportAlphabetGame/Properties/launchSettings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AirportAlphabetGame/Program.fs b/AirportAlphabetGame/Program.fs index dc59928..3912a5a 100644 --- a/AirportAlphabetGame/Program.fs +++ b/AirportAlphabetGame/Program.fs @@ -44,7 +44,7 @@ module Program = use_router router use_developer_exceptions service_config ServiceConfig - url "http://0.0.0.0:5001" + url "http://0.0.0.0:8181" } run app diff --git a/AirportAlphabetGame/Properties/launchSettings.json b/AirportAlphabetGame/Properties/launchSettings.json index 7d3b243..c012451 100644 --- a/AirportAlphabetGame/Properties/launchSettings.json +++ b/AirportAlphabetGame/Properties/launchSettings.json @@ -13,7 +13,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5001", + "applicationUrl": "http://localhost:8181", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -22,7 +22,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:7051;http://localhost:5001", + "applicationUrl": "https://localhost:7051;http://localhost:8181", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }