Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubzer committed Oct 6, 2023
1 parent 71b116d commit d37a28f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ After awaiting a promise, we make sure that no errors has occured in Silly CORS
const url = "https://silly-cors.deployment/" + "https://api.service.example/cats/1";
const response = await fetch(url, {
method: "DELETE",
headers: {"Silly-Host": "api.service.example"}
});

if (result.headers.get("Silly-Response")) {
Expand Down

0 comments on commit d37a28f

Please sign in to comment.