buildout full stack functionality

This commit is contained in:
KS Jannette
2026-07-30 18:55:28 -04:00
parent f5ded658b8
commit 04a2910af5
22 changed files with 3759 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
@Backend_HostAddress = http://localhost:3000
@Backend_HostAddress = http://localhost:5231
GET {{Backend_HostAddress}}/weatherforecast/
GET {{Backend_HostAddress}}/health
Accept: application/json
###
###
GET {{Backend_HostAddress}}/v1/info
Accept: application/json
###