v0.0.0 backend initial commit

This commit is contained in:
Murtadha 2024-07-20 15:36:00 -04:00
parent f5d7c687ba
commit b9f3fba383
7 changed files with 236 additions and 1 deletions

6
backend.http Normal file
View file

@ -0,0 +1,6 @@
@backend_HostAddress = http://localhost:5001
GET {{backend_HostAddress}}/weatherforecast/
Accept: application/json
###