diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-08-20 19:27:34 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-08-20 19:27:34 -0400 |
commit | 135a9e75e180f3276cceb4e37415f84906e66016 (patch) | |
tree | d697f33f5877451d25fa380a84b917536632e844 /PersonalApi/PersonalApi.http | |
parent | 7bed94e1589c182dce32c3e277ac07ccf44bfd8f (diff) |
Diffstat (limited to 'PersonalApi/PersonalApi.http')
-rw-r--r-- | PersonalApi/PersonalApi.http | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PersonalApi/PersonalApi.http b/PersonalApi/PersonalApi.http new file mode 100644 index 0000000..84c39aa --- /dev/null +++ b/PersonalApi/PersonalApi.http | |||
@@ -0,0 +1,6 @@ | |||
1 | @PersonalApi_HostAddress = http://localhost:5006 | ||
2 | |||
3 | GET {{PersonalApi_HostAddress}}/weatherforecast/ | ||
4 | Accept: application/json | ||
5 | |||
6 | ### | ||