Skip to content

Commit 9474e3f

Browse files
committed
finally done, fuck it
1 parent 2818338 commit 9474e3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
let res = await fetch("https://httpbin.org/anything");
44
let result = await res.json();
55
return new Response(JSON.stringify(result), {
6-
status: 200,
6+
status: 404,
77
});
88
},
99
};

0 commit comments

Comments
 (0)