Eve
Eve copied to clipboard
commiting a request to @http without a search results in two requests
If you just
commit @http
[#request #get-all url: "http://localhost:8081/getAll"]
Then two requests will reach the server immediately after a refresh.
The intent was to perform the request once when the program starts.