diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 18:20:45 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 18:20:45 -0600 |
commit | 6c39f6ebc688c1ed751c08e7cc11016148cd3ce7 (patch) | |
tree | dd85323e47448a07477a056b474db26e4eb035aa /http/login.hurl | |
parent | 1bfdc164a42a16f86d02f0423450a5439dd3d61c (diff) | |
download | fixgen-6c39f6ebc688c1ed751c08e7cc11016148cd3ce7.tar.gz fixgen-6c39f6ebc688c1ed751c08e7cc11016148cd3ce7.tar.bz2 fixgen-6c39f6ebc688c1ed751c08e7cc11016148cd3ce7.zip |
Remove unused http folder
Leftover from when I copied this project over from a template
Diffstat (limited to 'http/login.hurl')
-rw-r--r-- | http/login.hurl | 14 |
1 files changed, 0 insertions, 14 deletions
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 - |