We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c56b5d commit ccf2488Copy full SHA for ccf2488
mocked_servers/https/index.js
@@ -25,7 +25,7 @@ app.get("/check-data", function (req, res) {
25
app.all('/put-data*', function (req, res) {
26
data = "success";
27
numTransactions++;
28
- res.send('{}');
+ setTimeout((function() {res.send("{}")}), 200);
29
});
30
31
app.all('/', function (req, res) {
0 commit comments