From 1f58354330204b83487e6fc323f9cc5c8ff19471 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 29 Nov 2025 19:35:59 -0500 Subject: [PATCH] chore: remove obsolete HTTP test file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- PepApi.Core/PepApi.Core.http | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 PepApi.Core/PepApi.Core.http diff --git a/PepApi.Core/PepApi.Core.http b/PepApi.Core/PepApi.Core.http deleted file mode 100644 index 12d8f23..0000000 --- a/PepApi.Core/PepApi.Core.http +++ /dev/null @@ -1,6 +0,0 @@ -@PepApi.Core_HostAddress = http://localhost:5151 - -GET {{PepApi.Core_HostAddress}}/weatherforecast/ -Accept: application/json - -###