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" }