更新:健康检查
parent
74d3d614ab
commit
4f9788b50b
@ -0,0 +1,3 @@
|
|||||||
|
:: Launch WebApi project for unit testing
|
||||||
|
dotnet run --project %~dp0/HttpClientStudy.WebApp.csproj
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
@HttpClientStudy.WebApp_HostAddress = http://localhost:5189
|
@HttpClientStudy.WebApp_HostAddress = http://localhost:5189
|
||||||
|
|
||||||
GET {{HttpClientStudy.WebApp_HostAddress}}/weatherforecast/
|
GET {{HttpClientStudy.WebApp_HostAddress}}/api/health
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue