feat(http): http test calls

This commit is contained in:
Michael 2025-03-19 10:56:48 +01:00
parent 04d697af44
commit ffa5b8e3b4
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,8 @@
@baseUrl = http://127.0.0.1:9876
### GET request to example server
GET {{baseUrl}}/showInstances?withShow=true&starts=2025-03
Accept: application/json
###

View file

@ -36,6 +36,5 @@ Content-Type: application/json
}
}
###