We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f8760 commit aa429ffCopy full SHA for aa429ff
StartCoreWebApi.ps1
@@ -8,4 +8,4 @@ $procArgs = @{
8
}
9
$process = Start-Process @procArgs
10
11
-Invoke-RestMethod http://127.0.0.1:5000/WeatherForecast -Method GET
+Invoke-RestMethod http://localhost:5000/WeatherForecast -Method GET
0 commit comments