From 6c39f6ebc688c1ed751c08e7cc11016148cd3ce7 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 18:20:45 -0600 Subject: Remove unused http folder Leftover from when I copied this project over from a template --- http/login.hurl | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 http/login.hurl (limited to 'http/login.hurl') diff --git a/http/login.hurl b/http/login.hurl deleted file mode 100644 index 906cfe4..0000000 --- a/http/login.hurl +++ /dev/null @@ -1,14 +0,0 @@ -POST http://localhost:8080/v1/login -{ - "username": "wormhole", - "password": "12345678" -} -HTTP 200 - -POST http://localhost:8080/v1/login -{ - "username": "wormhole", - "password": "1234567899" -} -HTTP 401 - -- cgit v1.2.3