From 135a9e75e180f3276cceb4e37415f84906e66016 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 20 Aug 2024 19:27:34 -0400 Subject: Add project files. --- PersonalApi/PersonalApi.http | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PersonalApi/PersonalApi.http (limited to 'PersonalApi/PersonalApi.http') 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 @@ +@PersonalApi_HostAddress = http://localhost:5006 + +GET {{PersonalApi_HostAddress}}/weatherforecast/ +Accept: application/json + +### -- cgit v1.1