Skip to content

Commit aa429ff

Browse files
committed
localhost
1 parent e7f8760 commit aa429ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StartCoreWebApi.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ $procArgs = @{
88
}
99
$process = Start-Process @procArgs
1010

11-
Invoke-RestMethod http://127.0.0.1:5000/WeatherForecast -Method GET
11+
Invoke-RestMethod http://localhost:5000/WeatherForecast -Method GET

0 commit comments

Comments
 (0)