Skip to content

Commit

Permalink
Merge pull request #25 from jsejcksn/patch-1
Browse files Browse the repository at this point in the history
Fix handling of preflightContinue option
  • Loading branch information
tajpouria authored May 26, 2021
2 parents dc83535 + a6bd79f commit 15a9d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export class Cors {
else {
setStatus(corsOptions.optionsSuccessStatus);
setResponseHeader("Content-Length", "0");

return end();
}
} else {
Expand Down

0 comments on commit 15a9d1a

Please sign in to comment.